Home | History | Annotate | Download | only in src

Lines Matching refs:profile_id

332 static const void* get_profile_interface (const char *profile_id)
334 ALOGI("get_profile_interface %s", profile_id);
341 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
344 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID))
347 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
350 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
353 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
356 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID))
359 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
362 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID))
365 if (is_profile(profile_id, BT_PROFILE_MAP_CLIENT_ID))
369 if (is_profile(profile_id, BT_PROFILE_GATT_ID))
373 if (is_profile(profile_id, BT_PROFILE_AV_RC_ID))
376 if (is_profile(profile_id, BT_PROFILE_AV_RC_CTRL_ID))