Lines Matching refs:bnep_cb
44 memset (&bnep_cb, 0, sizeof (tBNEP_CB)); in BNEP_Init()
47 bnep_cb.trace_level = BNEP_INITIAL_TRACE_LEVEL; in BNEP_Init()
49 bnep_cb.trace_level = BT_TRACE_LEVEL_NONE; /* No traces */ in BNEP_Init()
74 bnep_cb.p_conn_ind_cb = p_reg_info->p_conn_ind_cb; in BNEP_Register()
75 bnep_cb.p_conn_state_cb = p_reg_info->p_conn_state_cb; in BNEP_Register()
76 bnep_cb.p_data_ind_cb = p_reg_info->p_data_ind_cb; in BNEP_Register()
77 bnep_cb.p_data_buf_cb = p_reg_info->p_data_buf_cb; in BNEP_Register()
78 bnep_cb.p_filter_ind_cb = p_reg_info->p_filter_ind_cb; in BNEP_Register()
79 bnep_cb.p_mfilter_ind_cb = p_reg_info->p_mfilter_ind_cb; in BNEP_Register()
80 bnep_cb.p_tx_data_flow_cb = p_reg_info->p_tx_data_flow_cb; in BNEP_Register()
85 bnep_cb.profile_registered = TRUE; in BNEP_Register()
106 bnep_cb.p_conn_ind_cb = NULL; in BNEP_Deregister()
107 bnep_cb.p_conn_state_cb = NULL; in BNEP_Deregister()
108 bnep_cb.p_data_ind_cb = NULL; in BNEP_Deregister()
109 bnep_cb.p_data_buf_cb = NULL; in BNEP_Deregister()
110 bnep_cb.p_filter_ind_cb = NULL; in BNEP_Deregister()
111 bnep_cb.p_mfilter_ind_cb = NULL; in BNEP_Deregister()
113 bnep_cb.profile_registered = FALSE; in BNEP_Deregister()
146 if (!bnep_cb.profile_registered) in BNEP_Connect()
204 if (bnep_cb.p_conn_state_cb) in BNEP_Connect()
205 (*bnep_cb.p_conn_state_cb) (p_bcb->handle, p_bcb->rem_bda, BNEP_CONN_FAILED, FALSE); in BNEP_Connect()
244 p_bcb = &(bnep_cb.bcb[handle - 1]); in BNEP_ConnectResp()
320 p_bcb = &(bnep_cb.bcb[handle - 1]); in BNEP_Disconnect()
372 p_bcb = &(bnep_cb.bcb[handle - 1]); in BNEP_WriteBuf()
489 p_bcb = &(bnep_cb.bcb[handle - 1]); in BNEP_Write()
585 p_bcb = &(bnep_cb.bcb[handle - 1]); in BNEP_SetProtocolFilters()
644 p_bcb = &(bnep_cb.bcb[handle - 1]); in BNEP_SetMulticastFilters()
688 bnep_cb.trace_level = new_level; in BNEP_SetTraceLevel()
690 return (bnep_cb.trace_level); in BNEP_SetTraceLevel()
717 p_bcb = &(bnep_cb.bcb[handle - 1]); in BNEP_GetStatus()