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

/system/bt/stack/include/
H A Dl2c_api.h1002 ** Function L2CA_UCDSetTxPriority
1009 extern BOOLEAN L2CA_UCDSetTxPriority ( BD_ADDR rem_bda, tL2CAP_CHNL_PRIORITY priority );
/system/bt/stack/l2cap/
H A Dl2c_ucd.c512 ** Function L2CA_UCDSetTxPriority
519 BOOLEAN L2CA_UCDSetTxPriority ( BD_ADDR rem_bda, tL2CAP_CHNL_PRIORITY priority ) function
524 L2CAP_TRACE_API ("L2CA_UCDSetTxPriority() priority: 0x%02x BDA: %08x%04x", priority,
530 L2CAP_TRACE_WARNING ("L2CAP - no LCB for L2CA_UCDSetTxPriority");
537 L2CAP_TRACE_WARNING ("L2CAP - no CCB for L2CA_UCDSetTxPriority");

Completed in 55 milliseconds