Searched refs:GATT_ERROR (Results 1 – 14 of 14) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gatts_api.cc | 130 cb.Run(GATT_ERROR, server_if, std::move(service)); in bta_gatts_add_service_impl() 136 cb.Run(GATT_ERROR, server_if, std::move(service)); in bta_gatts_add_service_impl() 145 cb.Run(GATT_ERROR, server_if, std::move(service)); in bta_gatts_add_service_impl()
|
D | bta_gatts_act.cc | 261 tGATT_STATUS status = GATT_ERROR; in bta_gatts_deregister() 314 cb_data.srvc_oper.status = GATT_ERROR; in bta_gatts_delete_service() 430 tGATT_STATUS status = GATT_ERROR; in bta_gatts_open() 468 tGATT_STATUS status = GATT_ERROR; in bta_gatts_cancel_open() 499 tGATT_STATUS status = GATT_ERROR; in bta_gatts_close()
|
D | bta_gattc_act.cc | 182 status = GATT_ERROR; in bta_gattc_register() 305 cb_data.status = GATT_ERROR; in bta_gattc_process_api_open_cancel() 329 cb_data.status = GATT_ERROR; in bta_gattc_cancel_open_error() 347 << +GATT_ERROR << ")"; in bta_gattc_open_fail() 349 bta_gattc_send_open_cback(p_clcb->p_rcb, GATT_ERROR, p_clcb->bda, in bta_gattc_open_fail() 394 bta_gattc_send_open_cback(p_clreg, GATT_ERROR, p_data->remote_bda, in bta_gattc_init_bk_conn() 422 cb_data.status = GATT_ERROR; in bta_gattc_cancel_bk_conn() 460 cb_data.status = GATT_ERROR; in bta_gattc_cancel_open() 539 << ". Returns GATT_ERROR(" << +GATT_ERROR << ")."; in bta_gattc_close_fail() 606 bta_gattc_reset_discover_st(p_clcb->p_srcb, GATT_ERROR); in bta_gattc_disc_close() [all …]
|
D | bta_gattc_cache.cc | 138 if (!p_clcb) return GATT_ERROR; in bta_gattc_discover_pri_service() 361 return GATT_ERROR; in bta_gattc_sdp_service_disc() 710 bta_gattc_reset_discover_st(p_clcb->p_srcb, GATT_ERROR); in bta_gattc_read_ext_prop_desc_cmpl() 719 bta_gattc_reset_discover_st(p_clcb->p_srcb, GATT_ERROR); in bta_gattc_read_ext_prop_desc_cmpl() 737 bta_gattc_reset_discover_st(p_clcb->p_srcb, GATT_ERROR); in bta_gattc_read_ext_prop_desc_cmpl()
|
D | bta_gattc_api.cc | 730 return GATT_ERROR; in BTA_GATTC_DeregisterForNotifications()
|
/system/bt/bta/test/ |
D | bta_gatt_test.cc | 294 ASSERT_EQ(GATT_ERROR, param::bta_gatt_read_complete_callback.status); in TEST_F()
|
/system/bt/stack/gatt/ |
D | gatt_cl.cc | 132 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_act_discovery() 319 p_clcb->status = GATT_ERROR; in gatt_check_write_long_terminate() 765 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_process_read_by_type_rsp() 1177 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_client_handle_server_rsp()
|
D | gatt_sr.cc | 388 gatt_send_error_rsp(tcb, cid, GATT_ERROR, GATT_REQ_EXEC_WRITE, 0, false); in gatt_process_exec_write_req() 993 status = GATT_ERROR; in gatts_process_write_req()
|
D | gatt_db.cc | 734 return GATT_ERROR; in gatts_send_app_read_request()
|
D | gatt_api.cc | 622 return GATT_ERROR; in GATTC_ConfigureMTU()
|
D | gatt_utils.cc | 1564 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_cleanup_upon_disc()
|
/system/bt/stack/srvc/ |
D | srvc_dis.cc | 364 return GATT_ERROR; in DIS_SrInit()
|
/system/bt/stack/include/ |
D | gatt_api.h | 61 GATT_ERROR = 0x85, enumerator
|
/system/bt/bta/dm/ |
D | bta_dm_act.cc | 3879 bta_dm_gatt_disc_complete(bta_dm_search_cb.conn_id, (tGATT_STATUS)GATT_ERROR); in bta_dm_cancel_gatt_discovery() 3941 (tGATT_STATUS)GATT_ERROR); in bta_dm_gattc_callback()
|