Searched refs:bta_gattc_id2handle (Results 1 – 3 of 3) sorted by relevance
1100 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()
520 extern UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GA…
1066 UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, in bta_gattc_id2handle() function