Searched refs:lbl (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/avdt/ |
D | avdt_defs.h | 145 #define AVDT_MSG_PRS_HDR(p, lbl, pkt, msg) \ argument 146 lbl = *(p) >> 4; \ 180 #define AVDT_MSG_BLD_HDR(p, lbl, pkt, msg) \ argument 181 *(p)++ = (UINT8) ((lbl) << 4) | ((pkt) << 2) | (msg);
|
/system/bt/btif/src/ |
D | btif_rc.c | 125 UINT8 lbl; member 381 btif_rc_cb.rc_vol_label=p_transaction->lbl; in handle_rc_features() 1440 __FUNCTION__,p_transaction->lbl); in set_volume() 1441 BTA_AvMetaCmd(btif_rc_cb.rc_handle,p_transaction->lbl, AVRC_CMD_CTRL, p_msg); in set_volume() 1476 static void register_volumechange (UINT8 lbl) in register_volumechange() argument 1483 BTIF_TRACE_DEBUG("%s called with label:%d",__FUNCTION__,lbl); in register_volumechange() 1493 p_transaction=get_transaction_by_lbl(lbl); in register_volumechange() 1496 BTA_AvMetaCmd(btif_rc_cb.rc_handle,p_transaction->lbl, AVRC_CMD_NOTIF, p_msg); in register_volumechange() 1503 BTIF_TRACE_ERROR("%s transaction not obtained with label: %d",__FUNCTION__,lbl); in register_volumechange() 1645 BTA_AvRemoteCmd(btif_rc_cb.rc_handle, p_transaction->lbl, in send_passthrough_cmd() [all …]
|