/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 49 def on_phy_update(self, addr, tx_phy, rx_phy, status): member in GattClientCallbacks 316 observer.on_phy_update(addr, tx_phy, rx_phy, status) 505 def on_phy_update(self, addr, tx_phy, rx_phy, status): member in FlossGattClient
|
D | gatt_server.py | 153 def on_phy_update(self, addr, tx_phy, rx_phy, status): member in GattServerCallbacks 510 observer.on_phy_update(addr, tx_phy, rx_phy, status) 1260 def on_phy_update(self, addr, tx_phy, rx_phy, status): member in FlossGattServer
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl_legacy_interface.cc | 65 .link.le.on_phy_update = nullptr,
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl_legacy_interface.cc | 95 .link.le.on_phy_update = gatt_notify_phy_updated, in GetAclInterface()
|
D | acl_legacy_interface.h | 117 void (*on_phy_update)(tHCI_STATUS status, uint16_t handle, uint8_t tx_phy, member
|
D | acl.cc | 859 TRY_POSTING_ON_MAIN(interface_.on_phy_update, in OnPhyUpdate()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | dis.rs | 236 fn on_phy_update( in on_phy_update() method
|
D | battery_service.rs | 490 fn on_phy_update( in on_phy_update() method
|
D | bluetooth_gatt.rs | 948 fn on_phy_update( in on_phy_update() method 1093 fn on_phy_update(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus); in on_phy_update() method 3199 cb.on_phy_update( in phy_updated_cb() 3634 cb.on_phy_update( in phy_updated_cb() 4236 fn on_phy_update( in on_phy_update() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 54 fn on_phy_update( in on_phy_update() method 244 fn on_phy_update( in on_phy_update() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 728 fn on_phy_update( in on_phy_update() method 1082 fn on_phy_update( in on_phy_update() method
|
D | dbus_iface.rs | 1883 fn on_phy_update( in on_phy_update() method 2034 fn on_phy_update( in on_phy_update() method
|