Searched defs:phy_updated_cb (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/system/include/hardware/ | 
| D | bt_gatt_server.h | 141   phy_updated_callback phy_updated_cb;  member
  | 
| D | bt_gatt_client.h | 213   phy_updated_callback phy_updated_cb;  member
  | 
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ | 
| D | bluetooth_gatt.rs | 2857     fn phy_updated_cb(&mut self, conn_id: i32, tx_phy: u8, rx_phy: u8, status: GattStatus);  in phy_updated_cb()  method 3200     fn phy_updated_cb(&mut self, conn_id: i32, tx_phy: u8, rx_phy: u8, status: GattStatus) {  in phy_updated_cb()  method 3411     fn phy_updated_cb(&mut self, conn_id: i32, tx_phy: u8, rx_phy: u8, status: GattStatus);  in phy_updated_cb()  method 3717     fn phy_updated_cb(&mut self, conn_id: i32, tx_phy: u8, rx_phy: u8, status: GattStatus) {  in phy_updated_cb()  method
  |