Home
last modified time | relevance | path

Searched refs:BTM_SetSecurityLevel (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_security_client_interface.cc60 .BTM_SetSecurityLevel = BTM_SetSecurityLevel,
Dbtm_sec.h97 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, uint8_t service_id,
Dbtm_sec.cc437 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, uint8_t service_id, in BTM_SetSecurityLevel() function
2011 BTM_SetSecurityLevel(false, "RFC_MUX", BTM_SEC_SERVICE_RFC_MUX, BTM_SEC_NONE, BT_PSM_RFCOMM, in btm_sec_dev_reset()
2013 BTM_SetSecurityLevel(true, "RFC_MUX", BTM_SEC_SERVICE_RFC_MUX, BTM_SEC_NONE, BT_PSM_RFCOMM, in btm_sec_dev_reset()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.cc64 struct BTM_SetSecurityLevel BTM_SetSecurityLevel; variable
124 bool BTM_SetSecurityLevel::return_value = false;
223 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, uint8_t service_id, in BTM_SetSecurityLevel() function
227 return test::mock::stack_btm_sec::BTM_SetSecurityLevel(is_originator, p_name, service_id, in BTM_SetSecurityLevel()
Dmock_stack_security_client_interface.h49 MOCK_METHOD((bool), BTM_SetSecurityLevel,
Dmock_stack_btm_sec.h307 struct BTM_SetSecurityLevel { struct
319 extern struct BTM_SetSecurityLevel BTM_SetSecurityLevel; argument
Dmock_stack_btm_interface.cc145 .BTM_SetSecurityLevel = [](bool /* is_originator */, const char* /*p_name */,
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_btm_api_layer.cc29 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, uint8_t service_id, in BTM_SetSecurityLevel() function
/packages/modules/Bluetooth/system/stack/include/
Dsecurity_client_callbacks.h117 bool (*BTM_SetSecurityLevel)(bool is_originator, const char* p_name, uint8_t service_id, member
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc66 get_btm_client_interface().security.BTM_SetSecurityLevel(false, "", 0, sec_level, psm, 0, 0); in L2CA_RegisterWithSecurity()
282 get_btm_client_interface().security.BTM_SetSecurityLevel(true, "", 0, sec_level, psm, 0, 0); in L2CA_ConnectReqWithSecurity()
382 get_btm_client_interface().security.BTM_SetSecurityLevel(false, "", 0, sec_level, psm, 0, 0); in L2CA_RegisterLECoc()
497 get_btm_client_interface().security.BTM_SetSecurityLevel(true, "", 0, sec_level, psm, 0, 0); in L2CA_ConnectLECocReq()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc1532 get_btm_client_interface().security.BTM_SetSecurityLevel(true, "RFC_MUX", BTM_SEC_SERVICE_RFC_MUX, in bta_jv_rfcomm_connect()