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

/system/bt/btif/co/
H A Dbta_gattc_co.c91 tBTA_GATT_STATUS status = BTA_GATT_OK;
123 status = (num_attr < BTA_GATTC_NV_LOAD_MAX ? BTA_GATT_OK : BTA_GATT_MORE);
150 tBTA_GATT_STATUS status = BTA_GATT_OK;
/system/bt/bta/gatt/
H A Dbta_gattc_act.c225 status = BTA_GATT_OK;
484 BTA_GATT_OK,
578 status = BTA_GATT_OK;
593 status = BTA_GATT_OK;
600 if (status != BTA_GATT_OK)
626 cb_data.status = BTA_GATT_OK;
657 cb_data.status = BTA_GATT_OK;
748 BTA_GATT_OK,
901 p_cb->clcb[i].status = BTA_GATT_OK;
992 if ((p_clcb->status = bta_gattc_init_cache(p_clcb->p_srcb)) == BTA_GATT_OK)
[all...]
H A Dbta_gattc_api.c326 == BTA_GATT_OK)
370 == BTA_GATT_OK)
413 == BTA_GATT_OK)
457 == BTA_GATT_OK)
499 == BTA_GATT_OK)
541 == BTA_GATT_OK)
918 status = BTA_GATT_OK;
922 if (status != BTA_GATT_OK)
937 status = BTA_GATT_OK;
994 status = BTA_GATT_OK;
[all...]
H A Dbta_gatts_act.c187 tBTA_GATT_STATUS status = BTA_GATT_OK;
208 if (status == BTA_GATT_OK)
313 status = BTA_GATT_OK;
375 cb_data.create.status = BTA_GATT_OK;
425 cb_data.add_result.status = BTA_GATT_OK;
463 cb_data.add_result.status = BTA_GATT_OK;
501 cb_data.add_result.status = BTA_GATT_OK;
533 cb_data.srvc_oper.status = BTA_GATT_OK;
567 cb_data.srvc_oper.status = BTA_GATT_OK;
596 cb_data.srvc_oper.status = BTA_GATT_OK;
[all...]
H A Dbta_gattc_cache.c175 tBTA_GATT_STATUS status = BTA_GATT_OK;
304 tBTA_GATT_STATUS status = BTA_GATT_OK;
358 tBTA_GATT_STATUS status = BTA_GATT_OK;
743 tBTA_GATT_STATUS status = BTA_GATT_OK;
783 tBTA_GATT_STATUS status = BTA_GATT_OK;
931 status = BTA_GATT_OK;
1287 ** Returns GATT_ERROR is no recording found. BTA_GATT_OK if record found.
1305 for (i = 0; p_cache && status != BTA_GATT_OK; i ++)
1367 status = BTA_GATT_OK;
1393 status = BTA_GATT_OK;
[all...]
H A Dbta_gattc_utils.c232 p_clcb->status = BTA_GATT_OK;
639 tBTA_GATT_STATUS status = BTA_GATT_OK;
/system/bt/bta/hh/
H A Dbta_hh_le.c244 if (p_reg->status == BTA_GATT_OK)
621 &descr_id) == BTA_GATT_OK)
720 if (p_data->status == BTA_GATT_OK &&
779 if (p_data->status == BTA_GATT_OK &&
941 &descr_id) == BTA_GATT_OK)
1138 &prop) != BTA_GATT_OK)
1459 if (p_data->status == BTA_GATT_OK)
1633 if(p_data->status != BTA_GATT_OK || p_dev_cb->total_srvc == 0)
1680 &inc_srvc_result) == BTA_GATT_OK)
1693 &prop) == BTA_GATT_OK)
[all...]
/system/bt/btif/src/
H A Dbtif_gatt_util.c259 if (( p_src->status == BTA_GATT_OK ) &&(p_src->p_value != NULL))
H A Dbtif_gatt_client.c594 if (p_data->open.status == BTA_GATT_OK)
/system/bt/bta/include/
H A Dbta_gatt_api.h60 #define BTA_GATT_OK GATT_SUCCESS macro
/system/bt/bta/dm/
H A Dbta_dm_act.c5525 if (status == BTA_GATT_OK && bta_dm_search_cb.uuid_to_search > 0)
5537 p_msg->disc_result.result.disc_res.result = (status == BTA_GATT_OK) ? BTA_SUCCESS :BTA_FAILURE;
5676 if (p_data->status == BTA_GATT_OK)
5703 if (p_data->reg_oper.status == BTA_GATT_OK)

Completed in 127 milliseconds