Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py60 def on_phy_read(self, addr, tx_phy, rx_phy, status): member in GattClientCallbacks
328 observer.on_phy_read(addr, tx_phy, rx_phy, status)
517 def on_phy_read(self, addr, tx_phy, rx_phy, status): member in FlossGattClient
Dgatt_server.py164 def on_phy_read(self, addr, tx_phy, rx_phy, status): member in GattServerCallbacks
522 observer.on_phy_read(addr, tx_phy, rx_phy, status)
1273 def on_phy_read(self, addr, tx_phy, rx_phy, status): member in FlossGattServer
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs244 fn on_phy_read( in on_phy_read() method
Dbattery_service.rs499 fn on_phy_read( in on_phy_read() method
Dbluetooth_gatt.rs957 fn on_phy_read( in on_phy_read() method
1096 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus); in on_phy_read() method
3218 cb.on_phy_read( in read_phy_cb()
3658 cb.on_phy_read( in read_phy_cb()
4245 fn on_phy_read( in on_phy_read() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs65 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read() method
255 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs744 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read() method
1098 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_read() method
Ddbus_iface.rs1893 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) {} in on_phy_read() method
2044 fn on_phy_read(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) {} in on_phy_read() method