Home
last modified time | relevance | path

Searched refs:pL2CA_ConfigCfm_Cb (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c65 p_l2c->pL2CA_ConfigCfm_Cb = RFCOMM_ConfigCnf; in rfcomm_l2cap_if_init()
/external/bluetooth/bluedroid/stack/include/
Dl2c_api.h294 tL2CA_CONFIG_CFM_CB *pL2CA_ConfigCfm_Cb; member
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_csm.c800 (*p_ccb->p_rcb->api.pL2CA_ConfigCfm_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_config()
811 (*p_ccb->p_rcb->api.pL2CA_ConfigCfm_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_config()
Dl2c_ucd.c247 p_rcb->api.pL2CA_ConfigCfm_Cb = l2c_ucd_config_cfm_cback; in L2CA_UcdRegister()
Dl2c_api.c64 if ((!p_cb_info->pL2CA_ConfigCfm_Cb) in L2CA_Register()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_main.c124 sdp_cb.reg_info.pL2CA_ConfigCfm_Cb = sdp_config_cfm; in sdp_init()
/external/bluetooth/bluedroid/stack/bnep/
Dbnep_main.c92 bnep_cb.reg_info.pL2CA_ConfigCfm_Cb = bnep_config_cfm; in bnep_register_with_l2cap()
/external/bluetooth/bluedroid/stack/gap/
Dgap_conn.c78 gap_cb.conn.reg_info.pL2CA_ConfigCfm_Cb = gap_config_cfm; in gap_conn_init()