Searched refs:BT_CONTROL_KEY_VOL_UP (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluez/audio/ | ||
D | ipc.h | 297 #define BT_CONTROL_KEY_VOL_UP 0x41 macro |
D | ctl_bluetooth.c | 243 keyvalue = (*value > current) ? BT_CONTROL_KEY_VOL_UP : in bluetooth_write_integer() |