Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sock_rfc.c226 static rfc_slot_t *create_srv_accept_rfc_slot(rfc_slot_t *srv_rs, const bt_bdaddr_t *addr, int open… in create_srv_accept_rfc_slot() argument
227 …rfc_slot_t *accept_rs = alloc_rfc_slot(addr, srv_rs->service_name, srv_rs->service_uuid, srv_rs->s… in create_srv_accept_rfc_slot()
235 accept_rs->security = srv_rs->security; in create_srv_accept_rfc_slot()
236 accept_rs->mtu = srv_rs->mtu; in create_srv_accept_rfc_slot()
237 accept_rs->role = srv_rs->role; in create_srv_accept_rfc_slot()
241 srv_rs->rfc_handle = new_listen_handle; in create_srv_accept_rfc_slot()
242 srv_rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(new_listen_handle); in create_srv_accept_rfc_slot()
244 assert(accept_rs->rfc_port_handle != srv_rs->rfc_port_handle); in create_srv_accept_rfc_slot()
248 accept_rs->id = srv_rs->id; in create_srv_accept_rfc_slot()
249 srv_rs->id = new_listen_id; in create_srv_accept_rfc_slot()
[all …]