HomeSort by relevance Sort by last modified time
    Searched refs:sdp_uuid (Results 1 - 4 of 4) sorted by null

  /system/bt/btif/src/
btif_sdp.c 150 tSDP_UUID sdp_uuid; local
151 sdp_uuid.len = 16;
152 memcpy(sdp_uuid.uu.uuid128, uuid, sizeof(sdp_uuid.uu.uuid128));
154 BTA_SdpSearch(bd_addr->address, &sdp_uuid);
btif_sock_rfc.c 353 tSDP_UUID sdp_uuid; local
354 sdp_uuid.len = 16;
355 memcpy(sdp_uuid.uu.uuid128, service_uuid, sizeof(sdp_uuid.uu.uuid128));
358 BTA_JvStartDiscovery((uint8_t *)bd_addr->address, 1, &sdp_uuid, (void *)(uintptr_t)slot->id);
711 tSDP_UUID sdp_uuid; local
712 sdp_uuid.len = 16;
713 memcpy(sdp_uuid.uu.uuid128, slot->service_uuid, sizeof(sdp_uuid.uu.uuid128));
714 BTA_JvStartDiscovery((uint8_t *)slot->addr.address, 1, &sdp_uuid, (void *)(uintptr_t)slot->id)
    [all...]
btif_dm.c 2705 tSDP_UUID sdp_uuid; local
    [all...]
  /system/bt/bta/av/
bta_av_aact.c 923 UINT16 sdp_uuid = 0; \/* UUID for which SDP has to be done *\/ local
    [all...]

Completed in 174 milliseconds