Searched defs:is_server (Results 1 - 5 of 5) sorted by last modified time

/system/core/adb/
H A Dcommandline.cpp1335 int is_server = 0; local
1355 is_server = 1;
1478 if (is_server) {
/system/bt/btif/src/
H A Dbtif_sock_l2cap.cc277 char is_server, int flags) {
283 security |= is_server ? BTM_SEC_IN_ENCRYPT : BTM_SEC_OUT_ENCRYPT;
285 security |= is_server ? BTM_SEC_IN_AUTHENTICATE : BTM_SEC_OUT_AUTHENTICATE;
287 security |= is_server ? BTM_SEC_IN_MITM : BTM_SEC_OUT_MITM;
299 sock->server = is_server;
275 btsock_l2cap_alloc_l(const char* name, const RawAddress* addr, char is_server, int flags) argument
/system/bt/stack/gap/
H A Dgap_conn.cc133 * Parameters: is_server - If true, the connection is not created
163 bool is_server, const RawAddress* p_rem_bda, uint16_t psm,
188 } else if (!is_server) {
194 if (!p_ccb->rem_addr_specified && !is_server) {
214 if (!is_server)
243 if (!BTM_SetSecurityLevel((uint8_t)!is_server, p_serv_name, p_ccb->service_id,
269 if (is_server) {
162 GAP_ConnOpen(const char* p_serv_name, uint8_t service_id, bool is_server, const RawAddress* p_rem_bda, uint16_t psm, tL2CAP_CFG_INFO* p_cfg, tL2CAP_ERTM_INFO* ertm_info, uint16_t security, uint8_t chan_mode_mask, tGAP_CONN_CALLBACK* p_cb, tBT_TRANSPORT transport) argument
/system/bt/stack/rfcomm/
H A Dport_api.cc96 * is_server - true if requesting application is a server
115 int RFCOMM_CreateConnection(uint16_t uuid, uint8_t scn, bool is_server, argument
135 if (p_mcb && !p_mcb->is_initiator && !is_server)
140 "RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, "
142 scn, dlci, is_server, mtu, p_mcb);
146 if (!is_server) {
150 if (p_port->is_server == false) {
168 "RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, "
170 scn, dlci, is_server, mtu, p_mcb, p_port);
198 p_port->is_server
[all...]
H A Dport_int.h156 bool is_server; /* true if the server application */ member in struct:__anon1234

Completed in 183 milliseconds