Searched refs:L2CA_SetupErtmTest (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h1044 ** Function L2CA_SetupErtmTest
1067 L2C_API extern UINT16 L2CA_SetupErtmTest (UINT16 cid, UINT8 type, BOOLEAN is_rx, UINT8 freq, UINT16 count);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_fcr.c2402 ** Function L2CA_SetupErtmTest
2425 UINT16 L2CA_SetupErtmTest (UINT16 cid, UINT8 type, BOOLEAN is_rx, UINT8 freq, UINT16 count) function
2454 L2CAP_TRACE_API1 ("L2CA_SetupErtmTest (GET_CID): cid = 0x%04x", cid);
2466 L2CAP_TRACE_ERROR1 ("L2CA_SetupErtmTest (OFF): cid 0x%04x", cid);
2478 L2CAP_TRACE_ERROR1 ("L2CA_SetupErtmTest (FAIL): Count = 0, freq = %d", freq);
2482 L2CAP_TRACE_ERROR5 ("L2CA_SetupErtmTest (START): cid 0x%04x, type %d, is_rx %d, freq %d, count %d",
2493 L2CAP_TRACE_ERROR5 ("L2CA_SetupErtmTest (ignoring): cid 0x%04x, type %d, is_rx %d, freq %d, count %d",

Completed in 887 milliseconds