HomeSort by relevance Sort by last modified time
    Searched full:is_profile (Results 1 - 1 of 1) sorted by null

  /system/bt/btif/src/
bluetooth.c 116 static bool is_profile(const char *p1, const char *p2) { function
375 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
378 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID))
381 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
384 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
387 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
390 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID))
393 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
396 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID))
399 if (is_profile(profile_id, BT_PROFILE_SDP_CLIENT_ID)
    [all...]

Completed in 55 milliseconds