Home
last modified time | relevance | path

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

/external/chromium_org/device/bluetooth/
Dbluetooth_service_record_mac.mm25 IOBluetoothSDPUUID* sdp_uuid = nil;
28 sdp_uuid = [[inner_element getUUIDValue] getUUIDWithLength:16];
32 if (sdp_uuid != nil) {
33 const uint8* uuid_bytes = reinterpret_cast<const uint8*>([sdp_uuid bytes]);
/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_rfc.c383 tSDP_UUID sdp_uuid; in btsock_rfc_connect() local
384 sdp_uuid.len = 16; in btsock_rfc_connect()
385 memcpy(sdp_uuid.uu.uuid128, service_uuid, sizeof(sdp_uuid.uu.uuid128)); in btsock_rfc_connect()
393 BTA_JvStartDiscovery((UINT8*)bd_addr->address, 1, &sdp_uuid, (void*)rs->id); in btsock_rfc_connect()
798 tSDP_UUID sdp_uuid; in jv_dm_cback() local
799 sdp_uuid.len = 16; in jv_dm_cback()
800 memcpy(sdp_uuid.uu.uuid128, rs->service_uuid, sizeof(sdp_uuid.uu.uuid128)); in jv_dm_cback()
801 BTA_JvStartDiscovery((UINT8*)rs->addr.address, 1, &sdp_uuid, (void*)rs->id); in jv_dm_cback()
Dbtif_dm.c2126 tSDP_UUID sdp_uuid; in btif_dm_get_remote_service_record() local
2131 sdp_uuid.len = MAX_UUID_SIZE; in btif_dm_get_remote_service_record()
2132 memcpy(sdp_uuid.uu.uuid128, uuid->uu, MAX_UUID_SIZE); in btif_dm_get_remote_service_record()
2134 BTA_DmDiscoverUUID(remote_addr->address, &sdp_uuid, in btif_dm_get_remote_service_record()