Home
last modified time | relevance | path

Searched refs:sec_mask (Results 1 – 12 of 12) sorted by relevance

/system/bt/test/mock/
Dmock_bta_jv_api.cc86 tBTA_JV_STATUS BTA_JvRfcommConnect(tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvRfcommConnect() argument
94 tBTA_JV_STATUS BTA_JvRfcommStartServer(tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvRfcommStartServer() argument
130 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect() argument
139 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capStartServer() argument
Dmock_stack_rfcomm_port_api.cc111 uint16_t sec_mask) { in RFCOMM_CreateConnectionWithSecurity() argument
/system/bt/bta/jv/
Dbta_jv_api.cc223 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect() argument
234 Bind(&bta_jv_l2cap_connect, conn_type, sec_mask, role, in BTA_JvL2capConnect()
274 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capStartServer() argument
284 Bind(&bta_jv_l2cap_start_server, conn_type, sec_mask, role, in BTA_JvL2capStartServer()
415 tBTA_JV_STATUS BTA_JvRfcommConnect(tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvRfcommConnect() argument
425 Bind(&bta_jv_rfcomm_connect, sec_mask, remote_scn, in BTA_JvRfcommConnect()
470 tBTA_JV_STATUS BTA_JvRfcommStartServer(tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvRfcommStartServer() argument
486 Bind(&bta_jv_rfcomm_start_server, sec_mask, local_scn, in BTA_JvRfcommStartServer()
Dbta_jv_int.h155 extern void bta_jv_l2cap_connect(int32_t type, tBTA_SEC sec_mask,
165 int32_t type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, uint16_t local_psm,
173 extern void bta_jv_rfcomm_connect(tBTA_SEC sec_mask, uint8_t remote_scn,
178 extern void bta_jv_rfcomm_start_server(tBTA_SEC sec_mask, uint8_t local_scn,
Dbta_jv_act.cc888 void bta_jv_l2cap_connect(int32_t type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in bta_jv_l2cap_connect() argument
920 &cfg, ertm_info.get(), sec_mask, in bta_jv_l2cap_connect()
1032 void bta_jv_l2cap_start_server(int32_t type, tBTA_SEC sec_mask, in bta_jv_l2cap_start_server() argument
1063 &cfg, ertm_info.get(), sec_mask, in bta_jv_l2cap_start_server()
1277 void bta_jv_rfcomm_connect(tBTA_SEC sec_mask, uint8_t remote_scn, in bta_jv_rfcomm_connect() argument
1292 sec_mask) != PORT_SUCCESS) { in bta_jv_rfcomm_connect()
1569 void bta_jv_rfcomm_start_server(tBTA_SEC sec_mask, uint8_t local_scn, in bta_jv_rfcomm_start_server() argument
1586 bta_jv_port_mgmt_sr_cback, sec_mask) != PORT_SUCCESS) { in bta_jv_rfcomm_start_server()
/system/bt/bta/include/
Dbta_jv_api.h491 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,
524 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,
605 tBTA_JV_STATUS BTA_JvRfcommConnect(tBTA_SEC sec_mask, tBTA_JV_ROLE role,
638 tBTA_JV_STATUS BTA_JvRfcommStartServer(tBTA_SEC sec_mask, tBTA_JV_ROLE role,
/system/bt/bta/pan/
Dbta_pan_int.h122 tBTA_SEC sec_mask; /* Security mask */ member
/system/bt/stack/include/
Dport_api.h189 uint16_t sec_mask);
/system/bt/stack/rfcomm/
Dport_api.cc80 uint16_t sec_mask) { in RFCOMM_CreateConnectionWithSecurity() argument
81 rfcomm_security_records[scn] = sec_mask; in RFCOMM_CreateConnectionWithSecurity()
/system/bt/main/shim/
Dl2c_api.cc338 uint16_t sec_mask = 0; in Enforce() local
345 sec_mask = BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT | in Enforce()
351 sec_mask = BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT | in Enforce()
360 bd_addr, sec_mask, true, security_enforce_result_callback, in Enforce()
/system/bt/bta/av/
Dbta_av_int.h625 tBTA_SEC sec_mask; /* security mask */ member
Dbta_av_act.cc2322 p_cb->sec_mask = 0; in bta_av_dereg_comp()