HomeSort by relevance Sort by last modified time
    Searched refs:profile_id (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/src/
bluetooth.c 319 static const void* get_profile_interface (const char *profile_id)
321 LOG_INFO("get_profile_interface %s", profile_id);
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)
    [all...]
  /external/boringssl/src/ssl/
d1_srtp.c 311 uint16_t profile_id; local
313 if (!CBS_get_u16(&profile_ids, &profile_id)) {
318 if (find_profile_by_num(profile_id, &cprof)) {
379 uint16_t profile_id; local
390 !CBS_get_u16(&profile_ids, &profile_id) || CBS_len(&profile_ids) != 0 ||
421 if (prof->id == profile_id) {
  /hardware/libhardware/include/hardware/
bluetooth.h 515 const void* (*get_profile_interface) (const char *profile_id);

Completed in 367 milliseconds