Home
last modified time | relevance | path

Searched refs:PORT_GetSecurityMask (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_rfcomm_port_api.cc105 int PORT_GetSecurityMask(uint16_t /* handle */, uint16_t* /* sec_mask */) { in PORT_GetSecurityMask() function
/packages/modules/Bluetooth/system/stack/include/
Dport_api.h481 [[nodiscard]] int PORT_GetSecurityMask(uint16_t handle, uint16_t* sec_mask);
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc1149 int PORT_GetSecurityMask(uint16_t handle, uint16_t* sec_mask) { in PORT_GetSecurityMask() function
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc1754 if (PORT_GetSecurityMask(p_pcb_open->port_handle, &sec_mask) != in bta_jv_add_rfc_port()