Searched refs:profile_id (Results 1 – 3 of 3) sorted by relevance
/system/bt/btif/src/ |
D | bluetooth.cc | 333 static const void* get_profile_interface(const char* profile_id) { in get_profile_interface() argument 334 LOG_INFO(LOG_TAG, "%s: id = %s", __func__, profile_id); in get_profile_interface() 340 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID)) in get_profile_interface() 343 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID)) in get_profile_interface() 346 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID)) in get_profile_interface() 349 if (is_profile(profile_id, BT_PROFILE_PAN_ID)) in get_profile_interface() 352 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID)) in get_profile_interface() 355 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID)) in get_profile_interface() 358 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID)) in get_profile_interface() 361 if (is_profile(profile_id, BT_PROFILE_HIDDEV_ID)) in get_profile_interface() [all …]
|
/system/bt/include/hardware/ |
D | bluetooth.h | 556 const void* (*get_profile_interface)(const char* profile_id);
|
/system/bt/proto/bluetooth/metrics/ |
D | bluetooth.proto | 282 optional ProfileId profile_id = 1; field
|