Searched refs:sdp_uuid (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/device/bluetooth/ |
D | bluetooth_device_mac.mm | 36 IOBluetoothSDPUUID* sdp_uuid = nil; 39 sdp_uuid = [[inner_element getUUIDValue] getUUIDWithLength:16]; 44 if (!sdp_uuid) 47 const uint8* uuid_bytes = reinterpret_cast<const uint8*>([sdp_uuid bytes]);
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_sock_rfc.c | 394 tSDP_UUID sdp_uuid; in btsock_rfc_connect() local 395 sdp_uuid.len = 16; in btsock_rfc_connect() 396 memcpy(sdp_uuid.uu.uuid128, service_uuid, sizeof(sdp_uuid.uu.uuid128)); in btsock_rfc_connect() 404 … BTA_JvStartDiscovery((UINT8*)bd_addr->address, 1, &sdp_uuid, (void*)(intptr_t)rs->id); in btsock_rfc_connect() 812 tSDP_UUID sdp_uuid; in jv_dm_cback() local 813 sdp_uuid.len = 16; in jv_dm_cback() 814 memcpy(sdp_uuid.uu.uuid128, rs->service_uuid, sizeof(sdp_uuid.uu.uuid128)); in jv_dm_cback() 815 … BTA_JvStartDiscovery((UINT8*)rs->addr.address, 1, &sdp_uuid, (void*)(uintptr_t)rs->id); in jv_dm_cback()
|
D | btif_dm.c | 2525 tSDP_UUID sdp_uuid; in btif_dm_get_remote_service_record() local 2530 sdp_uuid.len = MAX_UUID_SIZE; in btif_dm_get_remote_service_record() 2531 memcpy(sdp_uuid.uu.uuid128, uuid->uu, MAX_UUID_SIZE); in btif_dm_get_remote_service_record() 2533 BTA_DmDiscoverUUID(remote_addr->address, &sdp_uuid, in btif_dm_get_remote_service_record()
|
/external/bluetooth/bluedroid/bta/av/ |
D | bta_av_aact.c | 920 UINT16 sdp_uuid = 0; /* UUID for which SDP has to be done */ in bta_av_do_disc_a2d() local 1015 sdp_uuid = UUID_SERVCLASS_AUDIO_SOURCE; in bta_av_do_disc_a2d() 1017 sdp_uuid = UUID_SERVCLASS_AUDIO_SINK; in bta_av_do_disc_a2d() 1019 APPL_TRACE_DEBUG("uuid_int 0x%x, Doing SDP For 0x%x", p_scb->uuid_int, sdp_uuid); in bta_av_do_disc_a2d() 1020 if(A2D_FindService(sdp_uuid, p_scb->peer_addr, &db_params, in bta_av_do_disc_a2d()
|