Searched refs:phy_updated_cb (Results 1 – 6 of 6) 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 | 207 phy_updated_callback phy_updated_cb; member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_server.cc | 238 HAL_CBACK(bt_gatt_callbacks, server->phy_updated_cb, in btapp_gatts_handle_cback()
|
D | btif_gatt_client.cc | 208 HAL_CBACK(bt_gatt_callbacks, client->phy_updated_cb, in btif_gattc_upstreams_evt()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1854 phy_updated_cb: Some(gc_phy_updated_cb), in initialize() 1879 phy_updated_cb: Some(gs_phy_updated_cb), in initialize()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 2968 fn phy_updated_cb(&mut self, conn_id: i32, tx_phy: u8, rx_phy: u8, status: GattStatus); in phy_updated_cb() method 3195 fn phy_updated_cb(&mut self, conn_id: i32, tx_phy: u8, rx_phy: u8, status: GattStatus) { in phy_updated_cb() method 3340 fn phy_updated_cb(&mut self, conn_id: i32, tx_phy: u8, rx_phy: u8, status: GattStatus); in phy_updated_cb() method 3626 fn phy_updated_cb(&mut self, conn_id: i32, tx_phy: u8, rx_phy: u8, status: GattStatus) { in phy_updated_cb() method
|