Searched defs:on_phy_update (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/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 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 1260 def on_phy_update(self, addr, tx_phy, rx_phy, status): member in FlossGattServer
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | acl_interface.h | 99 void (*on_phy_update)(tHCI_STATUS status, uint16_t handle, uint8_t tx_phy, uint8_t rx_phy); member
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | dis.rs | 234 fn on_phy_update( in on_phy_update() method
|
D | battery_service.rs | 489 fn on_phy_update( in on_phy_update() method
|
D | bluetooth_gatt.rs | 949 fn on_phy_update( in on_phy_update() method 1094 fn on_phy_update(&mut self, addr: RawAddress, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus); in on_phy_update() method 4140 fn on_phy_update( in on_phy_update() method
|
/aosp_15_r20/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
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 735 fn on_phy_update( in on_phy_update() method 1089 fn on_phy_update( in on_phy_update() method
|
D | dbus_iface.rs | 1899 fn on_phy_update( in on_phy_update() method 2050 fn on_phy_update( in on_phy_update() method
|