Home
last modified time | relevance | path

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

/system/bt/btif/co/
Dbta_gattc_co.c91 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_co_cache_open()
123 status = (num_attr < BTA_GATTC_NV_LOAD_MAX ? BTA_GATT_OK : BTA_GATT_MORE); in bta_gattc_co_cache_load()
150 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_co_cache_save()
/system/bt/bta/gatt/
Dbta_gatts_act.c187 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gatts_register()
208 if (status == BTA_GATT_OK) in bta_gatts_register()
313 status = BTA_GATT_OK; in bta_gatts_deregister()
375 cb_data.create.status = BTA_GATT_OK; in bta_gatts_create_srvc()
425 cb_data.add_result.status = BTA_GATT_OK; in bta_gatts_add_include_srvc()
463 cb_data.add_result.status = BTA_GATT_OK; in bta_gatts_add_char()
501 cb_data.add_result.status = BTA_GATT_OK; in bta_gatts_add_char_descr()
533 cb_data.srvc_oper.status = BTA_GATT_OK; in bta_gatts_delete_service()
567 cb_data.srvc_oper.status = BTA_GATT_OK; in bta_gatts_start_service()
596 cb_data.srvc_oper.status = BTA_GATT_OK; in bta_gatts_stop_service()
[all …]
Dbta_gattc_act.c225 status = BTA_GATT_OK; in bta_gattc_register()
484 BTA_GATT_OK, in bta_gattc_open_error()
578 status = BTA_GATT_OK; in bta_gattc_init_bk_conn()
593 status = BTA_GATT_OK; in bta_gattc_init_bk_conn()
600 if (status != BTA_GATT_OK) in bta_gattc_init_bk_conn()
626 cb_data.status = BTA_GATT_OK; in bta_gattc_cancel_bk_conn()
657 cb_data.status = BTA_GATT_OK; in bta_gattc_cancel_open_ok()
748 BTA_GATT_OK, in bta_gattc_conn()
901 p_cb->clcb[i].status = BTA_GATT_OK; in bta_gattc_set_discover_st()
992 if ((p_clcb->status = bta_gattc_init_cache(p_clcb->p_srcb)) == BTA_GATT_OK) in bta_gattc_start_discover()
[all …]
Dbta_gattc_api.c326 == BTA_GATT_OK) in BTA_GATTC_GetFirstChar()
370 == BTA_GATT_OK) in BTA_GATTC_GetNextChar()
413 == BTA_GATT_OK) in BTA_GATTC_GetFirstCharDescr()
457 == BTA_GATT_OK) in BTA_GATTC_GetNextCharDescr()
499 == BTA_GATT_OK) in BTA_GATTC_GetFirstIncludedService()
541 == BTA_GATT_OK) in BTA_GATTC_GetNextIncludedService()
918 status = BTA_GATT_OK; in BTA_GATTC_RegisterForNotifications()
922 if (status != BTA_GATT_OK) in BTA_GATTC_RegisterForNotifications()
937 status = BTA_GATT_OK; in BTA_GATTC_RegisterForNotifications()
994 status = BTA_GATT_OK; in BTA_GATTC_DeregisterForNotifications()
Dbta_gattc_cache.c175 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_init_cache()
304 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_add_srvc_to_cache()
358 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_add_attr_to_cache()
743 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_add_srvc_to_list()
783 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_add_char_to_list()
931 status = BTA_GATT_OK; in bta_gattc_sdp_service_disc()
1305 for (i = 0; p_cache && status != BTA_GATT_OK; i ++) in bta_gattc_find_record()
1367 status = BTA_GATT_OK; in bta_gattc_find_record()
1393 status = BTA_GATT_OK; in bta_gattc_find_record()
Dbta_gattc_utils.c232 p_clcb->status = BTA_GATT_OK; in bta_gattc_clcb_alloc()
639 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_pack_read_cb_data()
/system/bt/bta/hh/
Dbta_hh_le.c244 if (p_reg->status == BTA_GATT_OK) in bta_hh_le_register_cmpl()
621 &descr_id) == BTA_GATT_OK) in bta_hh_le_read_char_dscrpt()
720 if (p_data->status == BTA_GATT_OK && in bta_hh_le_save_rpt_ref()
779 if (p_data->status == BTA_GATT_OK && in bta_hh_le_save_ext_rpt_ref()
941 &descr_id) == BTA_GATT_OK) in bta_hh_le_write_char_clt_cfg()
1138 &prop) != BTA_GATT_OK) in bta_hh_le_expl_rpt()
1459 if (p_data->status == BTA_GATT_OK) in bta_hh_gatt_open()
1633 if(p_data->status != BTA_GATT_OK || p_dev_cb->total_srvc == 0) in bta_hh_le_srvc_search_cmpl()
1680 &inc_srvc_result) == BTA_GATT_OK) in bta_hh_le_search_hid_included()
1693 &prop) == BTA_GATT_OK) in bta_hh_le_search_hid_included()
[all …]
/system/bt/btif/src/
Dbtif_gatt_util.c259 if (( p_src->status == BTA_GATT_OK ) &&(p_src->p_value != NULL)) in set_read_value()
Dbtif_gatt_client.c594 if (p_data->open.status == BTA_GATT_OK) in btif_gattc_upstreams_evt()
/system/bt/bta/include/
Dbta_gatt_api.h60 #define BTA_GATT_OK GATT_SUCCESS macro
/system/bt/bta/dm/
Dbta_dm_act.c5525 if (status == BTA_GATT_OK && bta_dm_search_cb.uuid_to_search > 0) in bta_dm_gatt_disc_complete()
5537 … p_msg->disc_result.result.disc_res.result = (status == BTA_GATT_OK) ? BTA_SUCCESS :BTA_FAILURE; in bta_dm_gatt_disc_complete()
5676 if (p_data->status == BTA_GATT_OK) in bta_dm_proc_open_evt()
5703 if (p_data->reg_oper.status == BTA_GATT_OK) in bta_dm_gattc_callback()