Home
last modified time | relevance | path

Searched refs:bta_gatts_find_srvc_cb_by_attr_id (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/gatt/
Dbta_gatts_utils.c156 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id) in bta_gatts_find_srvc_cb_by_attr_id() function
Dbta_gatts_int.h256 extern tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_attr_id(tBTA_GATTS_CB *p_cb, UINT16 attr_id);
Dbta_gatts_act.c621 p_srvc_cb = bta_gatts_find_srvc_cb_by_attr_id (p_cb, p_msg->api_indicate.attr_id); in bta_gatts_indicate_handle()