Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/
Davdt_msg.c211 AVDT_CCB_MSG_DISCOVER_CMD_EVT + AVDT_CCB_MKR, /* discover */
212 AVDT_CCB_MSG_GETCAP_CMD_EVT + AVDT_CCB_MKR, /* get capabilities */
217 AVDT_CCB_MSG_START_CMD_EVT + AVDT_CCB_MKR, /* start */
219 AVDT_CCB_MSG_SUSPEND_CMD_EVT + AVDT_CCB_MKR, /* suspend */
222 AVDT_CCB_MSG_GETCAP_CMD_EVT + AVDT_CCB_MKR, /* get all capabilities */
228 AVDT_CCB_MSG_DISCOVER_RSP_EVT + AVDT_CCB_MKR, /* discover */
229 AVDT_CCB_MSG_GETCAP_RSP_EVT + AVDT_CCB_MKR, /* get capabilities */
234 AVDT_CCB_MSG_START_RSP_EVT + AVDT_CCB_MKR, /* start */
236 AVDT_CCB_MSG_SUSPEND_RSP_EVT + AVDT_CCB_MKR, /* suspend */
239 AVDT_CCB_MSG_GETCAP_RSP_EVT + AVDT_CCB_MKR, /* get all capabilities */
[all …]
Davdt_api.c67 event = AVDT_CCB_RET_TOUT_EVT + AVDT_CCB_MKR; in avdt_process_timeout()
71 event = AVDT_CCB_RSP_TOUT_EVT + AVDT_CCB_MKR; in avdt_process_timeout()
75 event = AVDT_CCB_IDLE_TOUT_EVT + AVDT_CCB_MKR; in avdt_process_timeout()
86 if (event & AVDT_CCB_MKR) { in avdt_process_timeout()
87 avdt_ccb_event((tAVDT_CCB *) p_tle->param, (UINT8) (event & ~AVDT_CCB_MKR), in avdt_process_timeout()
Davdt_ccb_act.c701 if (evt & AVDT_CCB_MKR) { in avdt_ccb_cmd_fail()
702 avdt_ccb_event(p_ccb, (UINT8) (evt & ~AVDT_CCB_MKR), (tAVDT_CCB_EVT *) &msg); in avdt_ccb_cmd_fail()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avdt/include/
Davdt_int.h91 #define AVDT_CCB_MKR 0x80 macro