HomeSort by relevance Sort by last modified time
    Searched defs:bnep_cb (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 51 tBNEP_CB bnep_cb; variable
83 memset(&bnep_cb.l2cap_my_cfg, 0, sizeof(tL2CAP_CFG_INFO));
85 bnep_cb.l2cap_my_cfg.mtu_present = TRUE;
86 bnep_cb.l2cap_my_cfg.mtu = BNEP_MTU_SIZE;
87 bnep_cb.l2cap_my_cfg.flush_to_present = TRUE;
88 bnep_cb.l2cap_my_cfg.flush_to = BNEP_FLUSH_TO;
90 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind;
91 bnep_cb.reg_info.pL2CA_ConnectCfm_Cb = bnep_connect_cfm;
92 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = bnep_config_ind;
93 bnep_cb.reg_info.pL2CA_ConfigCfm_Cb = bnep_config_cfm
    [all...]
bnep_int.h 198 BNEP_API extern tBNEP_CB bnep_cb;
201 #define bnep_cb (*bnep_cb_ptr) macro

Completed in 78 milliseconds