/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_sdp.c | 136 UINT16 profile_uuid; local 162 profile_uuid = UUID_SERVCLASS_HF_HANDSFREE; 167 profile_uuid = UUID_SERVCLASS_HEADSET; 170 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth/ |
bluetooth_event_router_unittest.cc | 184 std::string profile_uuid; local 185 ASSERT_TRUE(profile_value->GetString("uuid", &profile_uuid)); 186 EXPECT_STREQ(kAudioProfileUuid, profile_uuid.c_str());
|
/external/bluetooth/bluedroid/stack/include/ |
sdp_api.h | 417 UINT16 profile_uuid, 568 UINT16 profile_uuid,
|
/external/bluetooth/bluedroid/bta/hl/ |
bta_hl_sdp.c | 186 UINT16 profile_uuid = UUID_SERVCLASS_HDP_PROFILE; local 227 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version); 388 UINT16 profile_uuid = UUID_SERVCLASS_HDP_PROFILE; local 438 result &= SDP_AddProfileDescriptorList(p_cb->sdp_handle, profile_uuid, version);
|
/external/bluetooth/bluedroid/stack/sdp/ |
sdp_db.c | 757 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid, 775 UINT16_TO_BE_STREAM (p, profile_uuid); [all...] |
sdp_api.c | 871 BOOLEAN SDP_FindProfileVersionInRec (tSDP_DISC_REC *p_rec, UINT16 profile_uuid, UINT16 *p_version) 895 && (p_sattr->attr_value.v.u16 == profile_uuid)) [all...] |