Home
last modified time | relevance | path

Searched refs:BTA_GATT_OK (Results 1 – 11 of 11) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_act.cc200 status = BTA_GATT_OK; in bta_gattc_register()
376 bta_gattc_send_open_cback(p_clcb->p_rcb, BTA_GATT_OK, p_clcb->bda, in bta_gattc_open_error()
452 status = BTA_GATT_OK; in bta_gattc_init_bk_conn()
464 status = BTA_GATT_OK; in bta_gattc_init_bk_conn()
471 if (status != BTA_GATT_OK) { in bta_gattc_init_bk_conn()
494 cb_data.status = BTA_GATT_OK; in bta_gattc_cancel_bk_conn()
519 cb_data.status = BTA_GATT_OK; in bta_gattc_cancel_open_ok()
580 bta_gattc_reset_discover_st(p_clcb->p_srcb, BTA_GATT_OK); in bta_gattc_conn()
604 bta_gattc_send_open_cback(p_clcb->p_rcb, BTA_GATT_OK, p_clcb->bda, in bta_gattc_conn()
737 bta_gattc_cb.clcb[i].status = BTA_GATT_OK; in bta_gattc_set_discover_st()
[all …]
Dbta_gatts_act.cc178 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gatts_register()
196 if (status == BTA_GATT_OK) { in bta_gatts_register()
275 status = BTA_GATT_OK; in bta_gatts_deregister()
313 cb_data.srvc_oper.status = BTA_GATT_OK; in bta_gatts_delete_service()
339 cb_data.srvc_oper.status = BTA_GATT_OK; in bta_gatts_stop_service()
441 status = BTA_GATT_OK; in bta_gatts_open()
475 status = BTA_GATT_OK; in bta_gatts_cancel_open()
506 status = BTA_GATT_OK; in bta_gatts_close()
Dbta_gattc_api.cc647 status = BTA_GATT_OK; in BTA_GATTC_RegisterForNotifications()
651 if (status != BTA_GATT_OK) { in BTA_GATTC_RegisterForNotifications()
661 status = BTA_GATT_OK; in BTA_GATTC_RegisterForNotifications()
712 return BTA_GATT_OK; in BTA_GATTC_DeregisterForNotifications()
Dbta_gattc_cache.cc177 return BTA_GATT_OK; in bta_gattc_init_cache()
228 return BTA_GATT_OK; in bta_gattc_add_srvc_to_cache()
267 return BTA_GATT_OK; in bta_gattc_add_char_to_cache()
338 return BTA_GATT_OK; in bta_gattc_add_attr_to_cache()
516 bta_gattc_reset_discover_st(p_clcb->p_srcb, BTA_GATT_OK); in bta_gattc_explore_srvc()
634 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_add_srvc_to_list()
672 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_add_char_to_list()
807 return BTA_GATT_OK; in bta_gattc_sdp_service_disc()
Dbta_gatts_api.cc153 return BTA_GATT_OK; in BTA_GATTS_AddService()
Dbta_gattc_utils.cc207 p_clcb->status = BTA_GATT_OK; in bta_gattc_clcb_alloc()
/system/bt/bta/hh/
Dbta_hh_le.cc334 if (r_status == BTA_GATT_OK) { in bta_hh_le_enable()
649 if (status == BTA_GATT_OK && len == 2) { in bta_hh_le_save_report_ref()
841 if (status == BTA_GATT_OK) in write_rpt_ctl_cfg_cb()
900 cback_data.status = (status == BTA_GATT_OK) ? BTA_HH_OK : BTA_HH_ERR; in write_proto_mode_cb()
902 if (status == BTA_GATT_OK) in write_proto_mode_cb()
908 p_dev_cb->status = (status == BTA_GATT_OK) ? BTA_HH_OK : BTA_HH_ERR_PROTO; in write_proto_mode_cb()
979 if (status == BTA_GATT_OK && len) { in get_protocol_mode_cb()
1284 if (p_data->status == BTA_GATT_OK) { in bta_hh_gatt_open()
1366 if (status != BTA_GATT_OK) { in read_hid_info_cb()
1387 if (status != BTA_GATT_OK) { in read_hid_report_map_cb()
[all …]
/system/bt/btif/src/
Dbtif_gatt_util.cc195 if ((p_src->status == BTA_GATT_OK) && (p_src->len != 0)) { in set_read_value()
Dbtif_gatt_client.cc147 if (p_data->open.status == BTA_GATT_OK) in btif_gattc_upstreams_evt()
/system/bt/bta/include/
Dbta_gatt_api.h54 #define BTA_GATT_OK GATT_SUCCESS macro
/system/bt/bta/dm/
Dbta_dm_act.cc4443 if (status == BTA_GATT_OK) in bta_dm_gattc_register()
4541 if (status == BTA_GATT_OK && bta_dm_search_cb.uuid_to_search > 0) { in bta_dm_gatt_disc_complete()
4551 (status == BTA_GATT_OK) ? BTA_SUCCESS : BTA_FAILURE; in bta_dm_gatt_disc_complete()
4674 if (p_data->status == BTA_GATT_OK) { in bta_dm_proc_open_evt()