Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc35 void invoke_pin_request_cb(RawAddress /* bd_addr */, bt_bdname_t /* bd_name */, in invoke_pin_request_cb() argument
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc149 bt_bdname_t* /* bd_name */, uint32_t /* cod */, in pin_request_callback() argument
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h66 typedef struct { uint8_t name[249]; } __attribute__((packed)) bt_bdname_t; typedef
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1516 fn make_bdname_from_slice(slice: &[u8]) -> bindings::bt_bdname_t { in make_bdname_from_slice()