Home
last modified time | relevance | path

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

/external/bluetooth/bluez/plugins/
Dmgmtops.c171 char buf[MGMT_HDR_SIZE + sizeof(struct mgmt_mode)]; in mgmt_set_mode()
498 char buf[MGMT_HDR_SIZE + sizeof(struct mgmt_cp_pin_code_reply)]; in mgmt_pincode_reply()
575 char buf[MGMT_HDR_SIZE + sizeof(struct mgmt_cp_user_confirm_reply)]; in mgmt_confirm_reply()
679 char buf[MGMT_HDR_SIZE + sizeof(struct mgmt_cp_add_uuid)]; in mgmt_add_uuid()
707 char buf[MGMT_HDR_SIZE + sizeof(struct mgmt_cp_remove_uuid)]; in mgmt_remove_uuid()
1411 if (ret < MGMT_HDR_SIZE) { in mgmt_event()
1420 if (ret != MGMT_HDR_SIZE + len) { in mgmt_event()
1427 mgmt_cmd_complete(sk, index, buf + MGMT_HDR_SIZE, len); in mgmt_event()
1430 mgmt_cmd_status(sk, index, buf + MGMT_HDR_SIZE, len); in mgmt_event()
1433 mgmt_controller_error(sk, index, buf + MGMT_HDR_SIZE, len); in mgmt_event()
[all …]
/external/bluetooth/bluez/lib/bluetooth/
Dmgmt.h35 #define MGMT_HDR_SIZE 6 macro