Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c1066 UINT16 bta_gattc_id2handle(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_SRVC_ID *p_service_id, in bta_gattc_id2handle() argument
1076 while (p_service_id && p_cache && !done) in bta_gattc_id2handle()
1085 if (bta_gattc_srvcid_compare(p_service_id, &p_cache->service_uuid)) in bta_gattc_id2handle()
1164 BOOLEAN bta_gattc_handle2id(tBTA_GATTC_SERV *p_srcb, UINT16 handle, tBTA_GATT_SRVC_ID *p_service_id, in bta_gattc_handle2id() argument
1171 memset(p_service_id, 0, sizeof(tBTA_GATT_SRVC_ID)); in bta_gattc_handle2id()
1185 memcpy(p_service_id, &p_cache->service_uuid, sizeof(tBTA_GATT_SRVC_ID)); in bta_gattc_handle2id()
1205 memcpy(p_service_id, &p_cache->service_uuid, sizeof(tBTA_GATT_SRVC_ID)); in bta_gattc_handle2id()
1292 tBTA_GATT_SRVC_ID *p_service_id, in bta_gattc_find_record() argument
1307 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…