Home
last modified time | relevance | path

Searched defs:on_phy_update (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dacl_legacy_interface.h130 void (*on_phy_update)(tGATT_STATUS status, uint16_t handle, uint8_t tx_phy, member
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs234 fn on_phy_update( in on_phy_update() method
Dbattery_service.rs459 fn on_phy_update( in on_phy_update() method
Dbluetooth_gatt.rs928 fn on_phy_update(&mut self, _addr: String, _tx_phy: LePhy, _rx_phy: LePhy, _status: GattStatus); in on_phy_update() method
1061 fn on_phy_update(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus); in on_phy_update() method
4418 fn on_phy_update( in on_phy_update() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs673 fn on_phy_update(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_update() method
961 fn on_phy_update(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_update() method
Ddbus_iface.rs1706 fn on_phy_update(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) {} in on_phy_update() method
1850 fn on_phy_update(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) {} in on_phy_update() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs56 fn on_phy_update(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_update() method
240 fn on_phy_update(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) { in on_phy_update() method