Home
last modified time | relevance | path

Searched refs:connection_state_callback (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_pan.cpp69 static void connection_state_callback(btpan_connection_state_t state, bt_status_t error, in connection_state_callback() function
90 sizeof(sBluetoothPanCallbacks), control_state_callback, connection_state_callback};
Dcom_android_bluetooth_hid_device.cpp83 static void connection_state_callback(RawAddress* bd_addr, bthd_connection_state_t state) { in connection_state_callback() function
144 connection_state_callback,
Dcom_android_bluetooth_hid_host.cpp64 static void connection_state_callback(RawAddress* bd_addr, tBLE_ADDR_TYPE addr_type, in connection_state_callback() function
206 sizeof(sBluetoothHidCallbacks), connection_state_callback, NULL,
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs264 fn connection_state_callback(addr: RawAddress, state: u32, error: A2dpError); in connection_state_callback() function
335 cb_variant!(A2dpCb, connection_state_callback -> A2dpCallbacks::ConnectionState,
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc251 rusty::connection_state_callback(addr, state, a2dp_error); in connection_state_cb()