Home
last modified time | relevance | path

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

/external/bluetooth/bluez/test/
Davtest.c694 unsigned char play_pressed[] = { 0x00, 0x48, 0x7c, 0x44, 0x00 }; in do_avctp_send() local
706 memcpy(&buf[AVCTP_HEADER_LENGTH], play_pressed, sizeof(play_pressed)); in do_avctp_send()
708 len = write(sk, buf, AVCTP_HEADER_LENGTH + sizeof(play_pressed)); in do_avctp_send()