Home
last modified time | relevance | path

Searched defs:LePhy (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs239 _tx_phy: LePhy, in on_phy_update()
240 _rx_phy: LePhy, in on_phy_update()
247 _tx_phy: LePhy, in on_phy_read()
248 _rx_phy: LePhy, in on_phy_read()
Dbattery_service.rs493 _tx_phy: LePhy, in on_phy_update()
494 _rx_phy: LePhy, in on_phy_update()
502 _tx_phy: LePhy, in on_phy_read()
503 _rx_phy: LePhy, in on_phy_read()
Dbluetooth_gatt.rs516 phy: LePhy, in client_connect()
613 tx_phy: LePhy, in client_set_preferred_phy()
614 rx_phy: LePhy, in client_set_preferred_phy()
681 tx_phy: LePhy, in server_set_preferred_phy()
682 rx_phy: LePhy, in server_set_preferred_phy()
951 _tx_phy: LePhy, in on_phy_update()
952 _rx_phy: LePhy, in on_phy_update()
960 _tx_phy: LePhy, in on_phy_read()
961 _rx_phy: LePhy, in on_phy_read()
1093 fn on_phy_update(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus); in on_phy_update()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs57 tx_phy: LePhy, in on_phy_update()
58 rx_phy: LePhy, in on_phy_update()
65 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read()
247 tx_phy: LePhy, in on_phy_update()
248 rx_phy: LePhy, in on_phy_update()
255 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read()
770 phy: LePhy, in client_connect()
899 tx_phy: LePhy, in client_set_preferred_phy()
900 rx_phy: LePhy, in client_set_preferred_phy()
989 tx_phy: LePhy, in server_set_preferred_phy()
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs731 tx_phy: LePhy, in on_phy_update()
732 rx_phy: LePhy, in on_phy_update()
744 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read()
1085 tx_phy: LePhy, in on_phy_update()
1086 rx_phy: LePhy, in on_phy_update()
1098 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read()
Ddbus_iface.rs1628 phy: LePhy, in client_connect()
1643 tx_phy: LePhy, in client_set_preferred_phy()
1644 rx_phy: LePhy, in client_set_preferred_phy()
1847 tx_phy: LePhy, in server_set_preferred_phy()
1848 rx_phy: LePhy, in server_set_preferred_phy()
1886 tx_phy: LePhy, in on_phy_update()
1887 rx_phy: LePhy, in on_phy_update()
1893 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) {} in on_phy_read()
2037 tx_phy: LePhy, in on_phy_update()
2038 rx_phy: LePhy, in on_phy_update()
[all …]
/packages/modules/Bluetooth/floss/pandora/floss/
Dfloss_enums.py42 class LePhy(enum.IntEnum): class
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs532 pub enum LePhy { enum
551 impl Default for LePhy { implementation