Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc95 int rfc_handle; member
292 accept_rs->rfc_handle = open_handle; in create_srv_accept_rfc_slot()
306 srv_rs->rfc_handle = new_listen_handle; in create_srv_accept_rfc_slot()
529 if (slot->f.server && !slot->f.closing && slot->rfc_handle) { in free_rfc_slot_scn()
530 BTA_JvRfcommStopServer(slot->rfc_handle, slot->id); in free_rfc_slot_scn()
531 slot->rfc_handle = 0; in free_rfc_slot_scn()
576 if (slot->rfc_handle && !slot->f.closing && !slot->f.server) { in cleanup_rfc_slot()
577 BTA_JvRfcommClose(slot->rfc_handle, slot->id); in cleanup_rfc_slot()
578 slot->rfc_handle = 0; in cleanup_rfc_slot()
633 slot->rfc_handle = p_init->handle; in on_cl_rfc_init()
[all …]
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc1600 uint32_t rfc_handle = bta_jv_cb.port_cb[i].handle & BTA_JV_RFC_HDL_MASK; in find_rfc_pcb() local
1601 rfc_handle &= ~BTA_JV_RFCOMM_MASK; in find_rfc_pcb()
1602 if (rfc_handle && bta_jv_cb.port_cb[i].rfcomm_slot_id == rfcomm_slot_id) { in find_rfc_pcb()
1604 *cb = &bta_jv_cb.rfc_cb[rfc_handle - 1]; in find_rfc_pcb()
1607 rfc_handle, (*pcb)->handle, (*pcb)->state, (*cb)->handle); in find_rfc_pcb()