Searched defs:on_phy_update (Results 1 – 7 of 7) sorted by relevance
| /packages/modules/Bluetooth/system/main/shim/ |
| D | acl_legacy_interface.h | 130 void (*on_phy_update)(tGATT_STATUS status, uint16_t handle, uint8_t tx_phy, member
|
| /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 | 459 fn on_phy_update( in on_phy_update() method
|
| D | bluetooth_gatt.rs | 928 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/ |
| D | callbacks.rs | 673 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
|
| D | dbus_iface.rs | 1706 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/ |
| D | iface_bluetooth_gatt.rs | 56 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
|