Home
last modified time | relevance | path

Searched refs:connected_profiles (Results 1 – 1 of 1) sorted by relevance

/external/adhd/cras/src/server/
Dcras_bt_device.c107 unsigned int connected_profiles; member
316 device->connected_profiles); in cras_bt_device_remove()
478 BTLOG(btlog, BT_A2DP_CONFIGURED, device->connected_profiles, 0); in cras_bt_device_a2dp_configured()
479 device->connected_profiles |= CRAS_BT_DEVICE_PROFILE_A2DP_SINK; in cras_bt_device_a2dp_configured()
519 device->connected_profiles |= (CRAS_BT_DEVICE_PROFILE_HFP_HANDSFREE | in cras_bt_device_audio_gateway_initialized()
605 return !!(device->connected_profiles & profile); in cras_bt_device_is_profile_connected()
729 device->connected_profiles = 0; in cras_bt_device_set_connected()
744 device->connected_profiles &= ~profile; in cras_bt_device_notify_profile_dropped()