Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dadapter.h232 ConnectionCallback connection_cb; member
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/
H A Dperipheral.cc146 auto connection_cb = in Advertise() local
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h119 connection_callback connection_cb; member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs3103 fn connection_cb(&mut self, conn_id: i32, server_id: i32, connected: i32, addr: RawAddress); in connection_cb() method
3239 fn connection_cb(&mut self, conn_id: i32, server_id: i32, connected: i32, addr: RawAddress) { in connection_cb() method