Home
last modified time | relevance | path

Searched refs:btm_rem_oob_req (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.cc75 struct btm_rem_oob_req btm_rem_oob_req; variable
297 void btm_rem_oob_req(const RawAddress bd_addr) { in btm_rem_oob_req() function
299 test::mock::stack_btm_sec::btm_rem_oob_req(bd_addr); in btm_rem_oob_req()
Dmock_stack_btm_sec.h476 struct btm_rem_oob_req { struct
481 extern struct btm_rem_oob_req btm_rem_oob_req; argument
/packages/modules/Bluetooth/system/stack/include/
Dsec_hci_link_interface.h34 void btm_rem_oob_req(const RawAddress bd_addr);
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.h552 void btm_rem_oob_req(const RawAddress bd_addr);
Dsecurity_event_parser.cc182 btm_rem_oob_req(ToRawAddress(request.GetBdAddr())); in parse_remote_oob_data_request()
Dbtm_sec.cc2991 void btm_rem_oob_req(const RawAddress bd_addr) { in btm_rem_oob_req() function
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc1241 btm_rem_oob_req(bda); in btu_hcif_rem_oob_req()