Searched defs:on_phy_read (Results  1 – 6 of 6) sorted by relevance
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ | 
| D | dis.rs | 242     fn on_phy_read(&mut self, _addr: String, _tx_phy: LePhy, _rx_phy: LePhy, _status: GattStatus) {}  in on_phy_read()  method
  | 
| D | battery_service.rs | 468     fn on_phy_read(&mut self, _addr: String, _tx_phy: LePhy, _rx_phy: LePhy, _status: GattStatus) {}  in on_phy_read()  method
  | 
| D | bluetooth_gatt.rs | 931     fn on_phy_read(&mut self, _addr: String, _tx_phy: LePhy, _rx_phy: LePhy, _status: GattStatus);  in on_phy_read()  method 1064     fn on_phy_read(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus);  in on_phy_read()  method 4427         fn on_phy_read(  in on_phy_read()  method
  | 
| /packages/modules/Bluetooth/system/gd/rust/linux/client/src/ | 
| D | callbacks.rs | 683     fn on_phy_read(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) {  in on_phy_read()  method 971     fn on_phy_read(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) {  in on_phy_read()  method
  | 
| D | dbus_iface.rs | 1709     fn on_phy_read(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) {}  in on_phy_read()  method 1853     fn on_phy_read(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) {}  in on_phy_read()  method
  | 
| /packages/modules/Bluetooth/system/gd/rust/linux/service/src/ | 
| D | iface_bluetooth_gatt.rs | 61     fn on_phy_read(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) {  in on_phy_read()  method 245     fn on_phy_read(&mut self, addr: String, tx_phy: LePhy, rx_phy: LePhy, status: GattStatus) {  in on_phy_read()  method
  |