Searched refs:rfc_handle (Results 1 – 2 of 2) sorted by relevance
94 int rfc_handle; member254 accept_rs->rfc_handle = open_handle; in create_srv_accept_rfc_slot()258 srv_rs->rfc_handle = new_listen_handle; in create_srv_accept_rfc_slot()406 if (slot->f.server && !slot->f.closing && slot->rfc_handle) { in free_rfc_slot_scn()407 BTA_JvRfcommStopServer(slot->rfc_handle, slot->id); in free_rfc_slot_scn()408 slot->rfc_handle = 0; in free_rfc_slot_scn()432 if (slot->rfc_handle && !slot->f.closing && !slot->f.server) { in cleanup_rfc_slot()433 BTA_JvRfcommClose(slot->rfc_handle, slot->id); in cleanup_rfc_slot()434 slot->rfc_handle = 0; in cleanup_rfc_slot()478 slot->rfc_handle = p_init->handle; in on_cl_rfc_init()[all …]
1585 uint32_t rfc_handle = bta_jv_cb.port_cb[i].handle & BTA_JV_RFC_HDL_MASK; in find_rfc_pcb() local1586 rfc_handle &= ~BTA_JV_RFCOMM_MASK; in find_rfc_pcb()1587 if (rfc_handle && bta_jv_cb.port_cb[i].rfcomm_slot_id == rfcomm_slot_id) { in find_rfc_pcb()1589 *cb = &bta_jv_cb.rfc_cb[rfc_handle - 1]; in find_rfc_pcb()1593 rfc_handle, (*pcb)->handle, (*pcb)->state, (*cb)->handle); in find_rfc_pcb()