Searched refs:btm_ble_sec_req_act_text (Results 1 – 2 of 2) sorted by relevance
196 TEST_F(StackBtmSecTest, btm_ble_sec_req_act_text) { in TEST_F() argument198 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()
38 inline std::string btm_ble_sec_req_act_text( in btm_ble_sec_req_act_text() function82 : string_formatter<tBTM_BLE_SEC_REQ_ACT, &btm_ble_sec_req_act_text> {};