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

/system/bt/stack/avdt/
H A Davdt_defs.h155 #define AVDT_MSG_PRS_HDR(p, lbl, pkt, msg) \
157 (lbl) = (*(p) >> 4) & 0x0F; \
206 #define AVDT_MSG_BLD_HDR(p, lbl, pkt, msg) \
208 *(p)++ = (uint8_t)((lbl) << 4) | ((pkt) << 2) | (msg); \
/system/bt/btif/src/
H A Dbtif_rc.cc197 uint8_t lbl; member in struct:__anon671
554 p_dev->rc_vol_label = p_transaction->lbl;
2610 __func__, p_transaction->lbl);
2612 p_transaction->lbl, AVRC_CMD_CTRL, p_msg);
2644 static void register_volumechange(uint8_t lbl, btif_rc_device_cb_t* p_dev) {
2650 BTIF_TRACE_DEBUG("%s: label: %d", __func__, lbl);
2660 p_transaction = get_transaction_by_lbl(lbl);
2662 BTA_AvMetaCmd(p_dev->rc_handle, p_transaction->lbl, AVRC_CMD_NOTIF,
2668 lbl);
3081 status = register_notification_cmd(p_transaction->lbl, p_even
[all...]

Completed in 55 milliseconds