Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_act.c1100 if ((handle = bta_gattc_id2handle(p_clcb->p_srcb, in bta_gattc_read()
1153 handle = bta_gattc_id2handle(p_clcb->p_srcb, in bta_gattc_read_multi()
1160 handle = bta_gattc_id2handle(p_clcb->p_srcb, in bta_gattc_read_multi()
1212 if ((handle = bta_gattc_id2handle(p_clcb->p_srcb, in bta_gattc_write()
1282 if ((handle = bta_gattc_id2handle(p_clcb->p_srcb, in bta_gattc_confirm()
Dbta_gattc_int.h520 extern UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GA…
Dbta_gattc_cache.c1066 UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, in bta_gattc_id2handle() function