Searched refs:is_profile (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | bluetooth.c | 116 static bool is_profile(const char *p1, const char *p2) { in is_profile() function 375 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID)) in get_profile_interface() 378 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID)) in get_profile_interface() 381 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID)) in get_profile_interface() 384 if (is_profile(profile_id, BT_PROFILE_PAN_ID)) in get_profile_interface() 387 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID)) in get_profile_interface() 390 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID)) in get_profile_interface() 393 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID)) in get_profile_interface() 396 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID)) in get_profile_interface() 399 if (is_profile(profile_id, BT_PROFILE_SDP_CLIENT_ID)) in get_profile_interface() [all …]
|