Searched refs:accept_rs (Results 1 – 1 of 1) sorted by relevance
285 …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() local286 clear_slot_flag(&accept_rs->f); in create_srv_accept_rfc_slot()287 accept_rs->f.server = FALSE; in create_srv_accept_rfc_slot()288 accept_rs->f.connected = TRUE; in create_srv_accept_rfc_slot()289 accept_rs->security = srv_rs->security; in create_srv_accept_rfc_slot()290 accept_rs->mtu = srv_rs->mtu; in create_srv_accept_rfc_slot()291 accept_rs->role = srv_rs->role; in create_srv_accept_rfc_slot()292 accept_rs->rfc_handle = open_handle; in create_srv_accept_rfc_slot()293 accept_rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(open_handle); in create_srv_accept_rfc_slot()299 ,open_handle, new_listen_handle, accept_rs->rfc_port_handle, srv_rs->rfc_port_handle); in create_srv_accept_rfc_slot()[all …]