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

/system/bt/btif/src/
H A Dbtif_sock_rfc.c234 static rfc_slot_t *create_srv_accept_rfc_slot(rfc_slot_t *srv_rs, const bt_bdaddr_t *addr, int open_handle, int new_listen_handle) { argument
235 rfc_slot_t *accept_rs = alloc_rfc_slot(addr, srv_rs->service_name, srv_rs->service_uuid, srv_rs->scn, 0, false);
243 accept_rs->security = srv_rs->security;
244 accept_rs->mtu = srv_rs->mtu;
245 accept_rs->role = srv_rs->role;
248 accept_rs->app_uid = srv_rs->app_uid;
250 srv_rs->rfc_handle = new_listen_handle;
251 srv_rs
490 rfc_slot_t *srv_rs = find_rfc_slot_by_id(id); local
[all...]

Completed in 20 milliseconds