Home
last modified time | relevance | path

Searched refs:AVRC_PASS_OP_ID_MASK (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/include/
Davrc_int.h57 #define AVRC_PASS_OP_ID_MASK 0x7F macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c694 msg.pass.op_id = (AVRC_PASS_OP_ID_MASK & *p_data); in avrc_msg_cback()
795 *p_data = (AVRC_PASS_OP_ID_MASK & p_msg->op_id); in avrc_pass_msg()