/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 60 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
|
D | gatt_server.py | 164 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/ |
D | dis.rs | 244 fn on_phy_read( in on_phy_read() method
|
D | battery_service.rs | 499 fn on_phy_read( in on_phy_read() method
|
D | bluetooth_gatt.rs | 957 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/ |
D | iface_bluetooth_gatt.rs | 65 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/ |
D | callbacks.rs | 744 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
|
D | dbus_iface.rs | 1893 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
|