HomeSort by relevance Sort by last modified time
    Searched refs:AVDT_PSC (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/avdt/
avdt_int.h 59 #define AVDT_PSC (AVDT_PSC_TRANS | AVDT_PSC_MUX | AVDT_PSC_REPORT | AVDT_PSC_DELAY_RPT)
64 #define AVDT_PSC (AVDT_PSC_TRANS | AVDT_PSC_MUX | AVDT_PSC_DELAY_RPT)
69 #define AVDT_PSC (AVDT_PSC_TRANS | AVDT_PSC_REPORT | AVDT_PSC_DELAY_RPT)
72 #define AVDT_PSC (AVDT_PSC_TRANS | AVDT_PSC_DELAY_RPT)
avdt_api.c 199 if (((p_cs->cfg.psc_mask & (~AVDT_PSC)) != 0) || (p_cs->p_ctrl_cback == NULL))
    [all...]
avdt_msg.c 857 if (((p_msg->config_cmd.p_cfg->psc_mask & (~AVDT_PSC)) != 0) ||
    [all...]

Completed in 63 milliseconds