Searched defs:sec_mask (Results  1 – 9 of 9) sorted by relevance
| /packages/modules/Bluetooth/system/test/mock/ | 
| D | mock_bta_jv_api.cc | 86 tBTA_JV_STATUS BTA_JvRfcommConnect(tBTA_SEC sec_mask, tBTA_JV_ROLE role,  in BTA_JvRfcommConnect() 94 tBTA_JV_STATUS BTA_JvRfcommStartServer(tBTA_SEC sec_mask, tBTA_JV_ROLE role,  in BTA_JvRfcommStartServer() 130 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,  in BTA_JvL2capConnect() 139 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,  in BTA_JvL2capStartServer()
  | 
| D | mock_stack_rfcomm_port_api.cc | 105                                         uint16_t sec_mask) {  in RFCOMM_CreateConnectionWithSecurity() 128 int PORT_GetSecurityMask(uint16_t handle, uint16_t* sec_mask) {  in PORT_GetSecurityMask()
  | 
| /packages/modules/Bluetooth/system/bta/jv/ | 
| D | bta_jv_api.cc | 225 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,  in BTA_JvL2capConnect() 276 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,  in BTA_JvL2capStartServer() 417 tBTA_JV_STATUS BTA_JvRfcommConnect(tBTA_SEC sec_mask, tBTA_JV_ROLE role,  in BTA_JvRfcommConnect() 472 tBTA_JV_STATUS BTA_JvRfcommStartServer(tBTA_SEC sec_mask, tBTA_JV_ROLE role,  in BTA_JvRfcommStartServer()
  | 
| D | bta_jv_act.cc | 968 void bta_jv_l2cap_connect(int32_t type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,  in bta_jv_l2cap_connect() 1112 void bta_jv_l2cap_start_server(int32_t type, tBTA_SEC sec_mask,  in bta_jv_l2cap_start_server() 1357 void bta_jv_rfcomm_connect(tBTA_SEC sec_mask, uint8_t remote_scn,  in bta_jv_rfcomm_connect() 1581   tBTA_SEC sec_mask;  in bta_jv_add_rfc_port()  local 1655 void bta_jv_rfcomm_start_server(tBTA_SEC sec_mask, uint8_t local_scn,  in bta_jv_rfcomm_start_server()
  | 
| /packages/modules/Bluetooth/system/stack/rfcomm/ | 
| D | port_api.cc | 109                                         uint16_t sec_mask) {  in RFCOMM_CreateConnectionWithSecurity() 1214 int PORT_GetSecurityMask(uint16_t handle, uint16_t* sec_mask) {  in PORT_GetSecurityMask()
  | 
| D | port_int.h | 192   uint16_t sec_mask; /* Bitmask of security requirements for this port */  member
  | 
| /packages/modules/Bluetooth/system/bta/pan/ | 
| D | bta_pan_int.h | 135   tBTA_SEC sec_mask; /* Security mask */  member
  | 
| /packages/modules/Bluetooth/system/bta/av/ | 
| D | bta_av_int.h | 640   tBTA_SEC sec_mask;            /* security mask */  member
  | 
| /packages/modules/Bluetooth/system/main/shim/ | 
| D | l2c_api.cc | 344     uint16_t sec_mask = 0;  in Enforce()  local
  |