Home | History | Annotate | Download | only in src

Lines Matching refs:profile_id

327 static const void* get_profile_interface(const char* profile_id) {
328 LOG_INFO(LOG_TAG, "%s: id = %s", __func__, profile_id);
334 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
337 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID))
340 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
343 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
346 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
349 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID))
352 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
355 if (is_profile(profile_id, BT_PROFILE_HIDDEV_ID))
358 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID))
361 if (is_profile(profile_id, BT_PROFILE_SDP_CLIENT_ID))
364 if (is_profile(profile_id, BT_PROFILE_GATT_ID))
367 if (is_profile(profile_id, BT_PROFILE_AV_RC_ID))
370 if (is_profile(profile_id, BT_PROFILE_AV_RC_CTRL_ID))
373 if (is_profile(profile_id, BT_TEST_INTERFACE_MCAP_ID))