Home
last modified time | relevance | path

Searched refs:btm_ble_sec_req_act_text (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_sec_test.cc196 TEST_F(StackBtmSecTest, btm_ble_sec_req_act_text) { in TEST_F() argument
198 btm_ble_sec_req_act_text(BTM_BLE_SEC_REQ_ACT_NONE)); in TEST_F()
200 btm_ble_sec_req_act_text(BTM_BLE_SEC_REQ_ACT_ENCRYPT)); in TEST_F()
202 btm_ble_sec_req_act_text(BTM_BLE_SEC_REQ_ACT_PAIR)); in TEST_F()
204 btm_ble_sec_req_act_text(BTM_BLE_SEC_REQ_ACT_DISCARD)); in TEST_F()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.h38 inline std::string btm_ble_sec_req_act_text( in btm_ble_sec_req_act_text() function
82 : string_formatter<tBTM_BLE_SEC_REQ_ACT, &btm_ble_sec_req_act_text> {};