Lines Matching refs:con_handle
408 ep->status, ep->con_handle, pcb->state); in ng_btsocket_sco_process_lp_con_cfm()
425 pcb->con_handle = ep->con_handle; in ng_btsocket_sco_process_lp_con_cfm()
560 pcb = ng_btsocket_sco_pcb_by_handle(&rt->src, ep->con_handle); in ng_btsocket_sco_process_lp_discon_ind()
581 pcb->con_handle, pcb->state); in ng_btsocket_sco_process_lp_discon_ind()
678 ep->con_handle = pcb->con_handle; in ng_btsocket_sco_send_lp_discon_req()
702 u_int16_t con_handle; in ng_btsocket_sco_data_input() local
745 con_handle = NG_HCI_CON_HANDLE(le16toh(hdr->con_handle)); in ng_btsocket_sco_data_input()
752 con_handle, hdr->length); in ng_btsocket_sco_data_input()
757 pcb = ng_btsocket_sco_pcb_by_handle(&rt->src, con_handle); in ng_btsocket_sco_data_input()
877 ep->con_handle, rt->pending, in ng_btsocket_sco_default_msg_input()
886 pcb = ng_btsocket_sco_pcb_by_handle(&rt->src, ep->con_handle); in ng_btsocket_sco_default_msg_input()
1473 tmp = pcb->con_handle; in ng_btsocket_sco_ctloutput()
1750 hdr->con_handle = htole16(NG_HCI_MK_CON_HANDLE(pcb->con_handle, 0, 0)); in ng_btsocket_sco_send2()
1840 ng_btsocket_sco_pcb_by_handle(bdaddr_p src, int con_handle) in ng_btsocket_sco_pcb_by_handle() argument
1849 if (p->con_handle == con_handle && in ng_btsocket_sco_pcb_by_handle()