Searched refs:BTM_SetSecurityLevel (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/test/common/ |
D | mock_btm_api_layer.cc | 27 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, in BTM_SetSecurityLevel() function
|
D | mock_btm_layer.cc | 44 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, in BTM_SetSecurityLevel() function
|
/system/bt/stack/btm/ |
D | btm_sec.h | 140 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name,
|
D | btm_sec.cc | 411 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, in BTM_SetSecurityLevel() function 2104 BTM_SetSecurityLevel(false, "RFC_MUX", BTM_SEC_SERVICE_RFC_MUX, in btm_sec_dev_reset() 2106 BTM_SetSecurityLevel(true, "RFC_MUX", BTM_SEC_SERVICE_RFC_MUX, BTM_SEC_NONE, in btm_sec_dev_reset()
|
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 57 BTM_SetSecurityLevel(false, "", 0, sec_level, psm, 0, 0); in L2CA_Register2() 277 BTM_SetSecurityLevel(true, "", 0, sec_level, psm, 0, 0); in L2CA_ConnectReq2() 388 BTM_SetSecurityLevel(false, "", 0, sec_level, psm, 0, 0); in L2CA_RegisterLECoc() 507 BTM_SetSecurityLevel(true, "", 0, sec_level, psm, 0, 0); in L2CA_ConnectLECocReq()
|
/system/bt/test/mock/ |
D | mock_stack_btm_sec.cc | 109 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, in BTM_SetSecurityLevel() function
|
/system/bt/main/shim/ |
D | btm_api.h | 1429 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name,
|