make_cmd_set_evt_mask() function
This function is used to control which LE events are generated by the HCI for the Host. The event mask allows the Host to control which events will interrupt it.
Syntax
uint16_t make_cmd_set_evt_mask (uint8_t *buf,
uint8_t *evt_mask);
Arguments
buf
Input buffer to write which will be sent to controller.
evt_mask
8 byte data as per spec.
Return value
Size of buf after writing into it.