Home
last modified time | relevance | path

Searched refs:l2cap_my_cfg (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_main.cc413 sdp_cb.l2cap_my_cfg.mtu_present = true; in sdp_init()
414 sdp_cb.l2cap_my_cfg.mtu = SDP_MTU_SIZE; in sdp_init()
Dsdpint.h233 tL2CAP_CFG_INFO l2cap_my_cfg; /* My L2CAP config */ member
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc77 memset(&bnep_cb.l2cap_my_cfg, 0, sizeof(tL2CAP_CFG_INFO)); in bnep_register_with_l2cap()
79 bnep_cb.l2cap_my_cfg.mtu_present = true; in bnep_register_with_l2cap()
80 bnep_cb.l2cap_my_cfg.mtu = BNEP_MTU_SIZE; in bnep_register_with_l2cap()
Dbnep_int.h143 tL2CAP_CFG_INFO l2cap_my_cfg; /* My L2CAP config */ member