Searched refs:L2CA_SetFixedChannelTout (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h1005 ** Function L2CA_SetFixedChannelTout
1020 L2C_API extern BOOLEAN L2CA_SetFixedChannelTout (BD_ADDR rem_bda, UINT16 fixed_cid, UINT16 idle_tout);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c1159 status = L2CA_SetFixedChannelTout (bd_addr, L2CAP_ATT_CID, idle_tout);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c1505 ** Function L2CA_SetFixedChannelTout
1520 BOOLEAN L2CA_SetFixedChannelTout (BD_ADDR rem_bda, UINT16 fixed_cid, UINT16 idle_tout) function
1528 L2CAP_TRACE_WARNING3 ("L2CA_SetFixedChannelTout() CID: 0x%04x BDA: %08x%04x not connected", fixed_cid,

Completed in 68 milliseconds