Home
last modified time | relevance | path

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

/aosp12/system/bt/tools/bdtool/
H A Dadapter.c152 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request() function
/aosp12/system/bt/test/headless/
H A Dheadless.cc92 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request() function
/aosp12/system/bt/btif/test/
H A Dbtif_stack_test.cc81 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request() function
/aosp12/system/bt/gd/rust/topshim/src/
H A Dbtif.rs257 pub ssp_request: Box<dyn Fn(ffi::RustRawAddress, String, u32, i32, u32) + Send>, field