Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dl2cap_types.h68 #define L2CAP_NO_IDLE_TIMEOUT 0xFFFF macro
/packages/modules/Bluetooth/system/stack/l2cap/internal/
Dl2c_api.h85 #define L2CAP_NO_IDLE_TIMEOUT 0xFFFF macro
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc132 fixed_reg.default_idle_tout = L2CAP_NO_IDLE_TIMEOUT; in gatt_init()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc2770 if (p_lcb->p_fixed_ccbs[xx]->fixed_chnl_idle_tout == L2CAP_NO_IDLE_TIMEOUT) { in l2cu_no_dynamic_ccbs()