Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbluetooth.cc354 static const void* get_profile_interface(const char* profile_id) { in get_profile_interface() argument
355 LOG_INFO("%s: id = %s", __func__, profile_id); in get_profile_interface()
361 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID)) in get_profile_interface()
364 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID)) in get_profile_interface()
367 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID)) in get_profile_interface()
370 if (is_profile(profile_id, BT_PROFILE_PAN_ID)) in get_profile_interface()
373 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID)) in get_profile_interface()
376 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID)) in get_profile_interface()
379 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID)) in get_profile_interface()
382 if (is_profile(profile_id, BT_PROFILE_HIDDEV_ID)) in get_profile_interface()
[all …]
/system/bt/include/hardware/
Dbluetooth.h560 const void* (*get_profile_interface)(const char* profile_id);
/system/bt/gd/proto/bluetooth/metrics/
Dbluetooth.proto277 optional ProfileId profile_id = 1; field