Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_test.cc226 const uint8_t* p_bd_name,
246 const uint8_t* p_bd_name = (const uint8_t*)"MyTestName"; in TEST_F() local
249 btm_sec_rmt_name_request_complete(&bd_addr, p_bd_name, HCI_SUCCESS); in TEST_F()
257 btm_sec_rmt_name_request_complete(&bd_addr, p_bd_name, HCI_SUCCESS); in TEST_F()
259 ASSERT_STREQ((const char*)p_bd_name, (const char*)btm_test.bd_name); in TEST_F()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc2245 uint8_t* p_bd_name, in call_registered_rmt_name_callbacks() argument
2257 if (p_bd_name == nullptr) { in call_registered_rmt_name_callbacks()
2258 p_bd_name = (uint8_t*)kBtmBdNameEmpty; in call_registered_rmt_name_callbacks()
2265 (*btm_cb.p_rmt_name_callback[i])(*p_bd_addr, dev_class, p_bd_name); in call_registered_rmt_name_callbacks()
2281 const uint8_t* p_bd_name, in btm_sec_rmt_name_request_complete() argument
2310 if (!p_bd_name) p_bd_name = (const uint8_t*)kBtmBdNameEmpty; in btm_sec_rmt_name_request_complete()
2316 PRIVATE_NAME(p_bd_name))); in btm_sec_rmt_name_request_complete()
2323 hci_status_code_text(status), reinterpret_cast<char const*>(p_bd_name)); in btm_sec_rmt_name_request_complete()
2336 reinterpret_cast<char const*>(p_bd_name), in btm_sec_rmt_name_request_complete()
2339 bd_name_copy(p_dev_rec->sec_bd_name, p_bd_name); in btm_sec_rmt_name_request_complete()
[all …]
Dbtm_sec.h474 const uint8_t* p_bd_name,
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.h798 std::function<void(const RawAddress* p_bd_addr, const uint8_t* p_bd_name,
802 void operator()(const RawAddress* p_bd_addr, const uint8_t* p_bd_name, in operator()
804 body(p_bd_addr, p_bd_name, status); in operator()
Dmock_stack_btm_sec.cc428 const uint8_t* p_bd_name, in btm_sec_rmt_name_request_complete() argument
432 p_bd_addr, p_bd_name, status); in btm_sec_rmt_name_request_complete()