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 63 #define is_profile(profile, str) ((strlen(str) == strlen(profile)) && strncmp((const char *)profile, str, strlen(str)) == 0) macro
328 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
331 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID))
334 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
337 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
340 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
343 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID))
346 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
349 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID))
352 if (is_profile(profile_id, BT_PROFILE_SDP_CLIENT_ID)
    [all...]

Completed in 248 milliseconds