Searched refs:connection_cb (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_server.h | 128 connection_callback connection_cb; member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_server.cc | 147 HAL_CBACK(bt_gatt_callbacks, server->connection_cb, p_data->conn.conn_id, in btapp_gatts_handle_cback() 153 HAL_CBACK(bt_gatt_callbacks, server->connection_cb, p_data->conn.conn_id, in btapp_gatts_handle_cback()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1866 connection_cb: Some(gs_connection_cb), in initialize()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 3257 fn connection_cb(&mut self, conn_id: i32, server_id: i32, connected: i32, addr: RawAddress); in connection_cb() method 3393 fn connection_cb(&mut self, conn_id: i32, server_id: i32, connected: i32, addr: RawAddress) { in connection_cb() method
|