Home
last modified time | relevance | path

Searched refs:p_service_id (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c1065 UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, in bta_gattc_id2handle() argument
1075 while (p_service_id && p_cache && !done) in bta_gattc_id2handle()
1084 if (bta_gattc_srvcid_compare(p_service_id, &p_cache->service_uuid)) in bta_gattc_id2handle()
1163 BOOLEAN bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *p_service_id, in bta_gattc_handle2id() argument
1170 memset(p_service_id, 0, sizeof(tBTA_GATT_SRVC_ID)); in bta_gattc_handle2id()
1184 memcpy(p_service_id, &p_cache->service_uuid, sizeof(tBTA_GATT_SRVC_ID)); in bta_gattc_handle2id()
1204 memcpy(p_service_id, &p_cache->service_uuid, sizeof(tBTA_GATT_SRVC_ID)); in bta_gattc_handle2id()
1291 tBTA_GATT_SRVC_ID *p_service_id, in bta_gattc_find_record() argument
1306 if (bta_gattc_srvcid_compare(p_service_id, &p_cache->service_uuid)) in bta_gattc_find_record()
Dbta_gattc_int.h520 extern UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GA…