Searched refs:rfc_handle (Results 1 – 2 of 2) sorted by relevance
85 int rfc_handle; member248 accept_rs->rfc_handle = open_handle; in create_srv_accept_rfc_slot()252 srv_rs->rfc_handle = new_listen_handle; in create_srv_accept_rfc_slot()393 BTA_JvRfcommStopServer(slot->rfc_handle, slot->id); in free_rfc_slot_scn()394 slot->rfc_handle = 0; in free_rfc_slot_scn()425 BTA_JvRfcommClose(slot->rfc_handle, slot->id); in cleanup_rfc_slot()426 slot->rfc_handle = 0; in cleanup_rfc_slot()472 slot->rfc_handle = p_init->handle; in on_cl_rfc_init()485 slot->rfc_handle = p_start->handle; in on_srv_rfc_listen_started()827 slot->rfc_handle, slot->rfc_port_handle, slot->id); in flush_incoming_que_on_wr_signal()[all …]
1337 uint32_t rfc_handle = bta_jv_cb.port_cb[i].handle & BTA_JV_RFC_HDL_MASK; in find_rfc_pcb() local1338 rfc_handle &= ~BTA_JV_RFCOMM_MASK; in find_rfc_pcb()1339 if (rfc_handle && bta_jv_cb.port_cb[i].rfcomm_slot_id == rfcomm_slot_id) { in find_rfc_pcb()1341 *cb = &bta_jv_cb.rfc_cb[rfc_handle - 1]; in find_rfc_pcb()1342 VLOG(2) << __func__ << ": FOUND rfc_cb_handle=" << loghex(rfc_handle) in find_rfc_pcb()