Home
last modified time | relevance | path

Searched refs:PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
H A Dbluez5-util.h96 PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED, enumerator
H A Dmodule-bluez5-device.c1369 if (!t || t->state <= PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED) { in setup_transport()
1896 case PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED: in get_port_availability()
1916 case PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED: in transport_state_to_availability()
2145 if (!d->transports[*p] || d->transports[*p]->state <= PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED) { in set_profile_cb()
2408 if (t == u->transport && t->state <= PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED) in transport_state_changed_cb()
H A Dbluez5-util.c246 case PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED: in transport_state_to_string()
323 if (device->transports[profile] && device->transports[profile]->state != PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED) in device_is_profile_connected()
687 pa_bluetooth_transport_set_state(t, PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED); in pa_bluetooth_transport_unlink()
916 if (d->transports[i] && d->transports[i]->state != PA_BLUETOOTH_TRANSPORT_STATE_DISCONNECTED) in pa_bluetooth_device_any_transport_connected()

Completed in 9 milliseconds