Searched refs:srv_rs (Results 1 – 1 of 1) sorted by relevance
239 static rfc_slot_t* create_srv_accept_rfc_slot(rfc_slot_t* srv_rs, in create_srv_accept_rfc_slot() argument244 addr, srv_rs->service_name, srv_rs->service_uuid, srv_rs->scn, 0, false); in create_srv_accept_rfc_slot()252 accept_rs->security = srv_rs->security; in create_srv_accept_rfc_slot()253 accept_rs->mtu = srv_rs->mtu; in create_srv_accept_rfc_slot()254 accept_rs->role = srv_rs->role; in create_srv_accept_rfc_slot()257 accept_rs->app_uid = srv_rs->app_uid; in create_srv_accept_rfc_slot()259 srv_rs->rfc_handle = new_listen_handle; in create_srv_accept_rfc_slot()260 srv_rs->rfc_port_handle = BTA_JvRfcommGetPortHdl(new_listen_handle); in create_srv_accept_rfc_slot()262 if (accept_rs->rfc_port_handle == srv_rs->rfc_port_handle) { in create_srv_accept_rfc_slot()269 accept_rs->rfc_port_handle != srv_rs->rfc_port_handle, in create_srv_accept_rfc_slot()[all …]