Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.h36 #define PA_BLUETOOTH_UUID_HSP_HS_ALT "00001131-0000-1000-8000-00805f9b34fb" macro
174 return pa_streq(uuid, PA_BLUETOOTH_UUID_HSP_HS) || pa_streq(uuid, PA_BLUETOOTH_UUID_HSP_HS_ALT); in pa_bluetooth_uuid_is_hsp_hs()
Dbluez5-util.c181 || !!pa_hashmap_get(device->uuids, PA_BLUETOOTH_UUID_HSP_HS_ALT) in device_supports_profile()