Home
last modified time | relevance | path

Searched refs:connection_cb (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h128 connection_callback connection_cb; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc147 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/
Dgatt.rs1866 connection_cb: Some(gs_connection_cb), in initialize()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs3257 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