Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gatts_api.cc130 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()
Dbta_gatts_act.cc261 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()
Dbta_gattc_act.cc182 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 …]
Dbta_gattc_cache.cc138 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()
Dbta_gattc_api.cc730 return GATT_ERROR; in BTA_GATTC_DeregisterForNotifications()
/system/bt/bta/test/
Dbta_gatt_test.cc294 ASSERT_EQ(GATT_ERROR, param::bta_gatt_read_complete_callback.status); in TEST_F()
/system/bt/stack/gatt/
Dgatt_cl.cc132 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()
Dgatt_sr.cc388 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()
Dgatt_db.cc734 return GATT_ERROR; in gatts_send_app_read_request()
Dgatt_api.cc622 return GATT_ERROR; in GATTC_ConfigureMTU()
Dgatt_utils.cc1564 gatt_end_operation(p_clcb, GATT_ERROR, NULL); in gatt_cleanup_upon_disc()
/system/bt/stack/srvc/
Dsrvc_dis.cc364 return GATT_ERROR; in DIS_SrInit()
/system/bt/stack/include/
Dgatt_api.h61 GATT_ERROR = 0x85, enumerator
/system/bt/bta/dm/
Dbta_dm_act.cc3879 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()