Home
last modified time | relevance | path

Searched refs:GATT_ERROR (Results 1 – 13 of 13) sorted by relevance

/system/bt/bta/gatt/
Dbta_gatts_api.cc125 cb.Run(GATT_ERROR, server_if, std::move(service)); in bta_gatts_add_service_impl()
131 cb.Run(GATT_ERROR, server_if, std::move(service)); in bta_gatts_add_service_impl()
139 cb.Run(GATT_ERROR, server_if, std::move(service)); in bta_gatts_add_service_impl()
Dbta_gattc_act.cc185 status = GATT_ERROR; in bta_gattc_register()
299 cb_data.status = GATT_ERROR; in bta_gattc_process_api_open_cancel()
323 cb_data.status = GATT_ERROR; in bta_gattc_cancel_open_error()
341 << +GATT_ERROR << ")"; in bta_gattc_open_fail()
343 bta_gattc_send_open_cback(p_clcb->p_rcb, GATT_ERROR, p_clcb->bda, in bta_gattc_open_fail()
388 bta_gattc_send_open_cback(p_clreg, GATT_ERROR, p_data->remote_bda, in bta_gattc_init_bk_conn()
415 cb_data.status = GATT_ERROR; in bta_gattc_cancel_bk_conn()
452 cb_data.status = GATT_ERROR; in bta_gattc_cancel_open()
521 cb_data.close.status = GATT_ERROR; in bta_gattc_close_fail()
525 << ". Returns GATT_ERROR(" << +GATT_ERROR << ")."; in bta_gattc_close_fail()
[all …]
Dbta_gatts_act.cc262 tGATT_STATUS status = GATT_ERROR; in bta_gatts_deregister()
315 cb_data.srvc_oper.status = GATT_ERROR; in bta_gatts_delete_service()
431 tGATT_STATUS status = GATT_ERROR; in bta_gatts_open()
469 tGATT_STATUS status = GATT_ERROR; in bta_gatts_cancel_open()
500 tGATT_STATUS status = GATT_ERROR; in bta_gatts_close()
Dbta_gattc_cache.cc137 if (!p_clcb) return GATT_ERROR; in bta_gattc_discover_pri_service()
312 return GATT_ERROR; in bta_gattc_sdp_service_disc()
Dbta_gattc_api.cc723 return GATT_ERROR; in BTA_GATTC_DeregisterForNotifications()
/system/bt/stack/gatt/
Dgatt_cl.cc126 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_act_discovery()
311 p_clcb->status = GATT_ERROR; in gatt_check_write_long_terminate()
729 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_process_read_by_type_rsp()
1105 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_client_handle_server_rsp()
Dgatt_sr.cc339 gatt_send_error_rsp(tcb, GATT_ERROR, GATT_REQ_EXEC_WRITE, 0, false); in gatt_process_exec_write_req()
927 status = GATT_ERROR; in gatts_process_write_req()
Dgatt_db.cc706 return GATT_ERROR; in gatts_send_app_read_request()
Dgatt_utils.cc1264 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_cleanup_upon_disc()
Dgatt_api.cc584 return GATT_ERROR; in GATTC_ConfigureMTU()
/system/bt/stack/srvc/
Dsrvc_dis.cc364 return GATT_ERROR; in DIS_SrInit()
/system/bt/stack/include/
Dgatt_api.h54 #define GATT_ERROR 0x85 macro
/system/bt/bta/dm/
Dbta_dm_act.cc4323 bta_dm_gatt_disc_complete(bta_dm_search_cb.conn_id, (tGATT_STATUS)GATT_ERROR); in bta_dm_cancel_gatt_discovery()
4386 (tGATT_STATUS)GATT_ERROR); in bta_dm_gattc_callback()