Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hfp_hal_linux.cc53 #define MGMT_PKT_HDR_SIZE 6 macro
178 RETRY_ON_INTR(ret = write(fd, &ev, MGMT_PKT_HDR_SIZE + ev.len)); in mgmt_get_codec_capabilities()
266 RETRY_ON_INTR(ret = write(fd, &ev, MGMT_PKT_HDR_SIZE + ev.len)); in mgmt_notify_sco_connection_change()
/packages/modules/Bluetooth/system/gd/hal/
Dmgmt.h29 #define MGMT_PKT_HDR_SIZE 6 macro
Dmgmt.cc111 RETRY_ON_INTR(ret = write(fd, &ev, MGMT_PKT_HDR_SIZE + ev.len)); in get_vs_opcode()