Home
last modified time | relevance | path

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

/external/bluetooth/bluez/tools/
Dhciattach_ti.c315 static int brf_do_action(uint16_t brf_type, uint8_t *brf_action, long brf_size, in brf_do_action() argument
323 ret = brf_send_command(fd, (struct bts_action_send*) brf_action, brf_size, hcill_installed); in brf_do_action()
330 ret = brf_set_serial_params((struct bts_action_serial *) brf_action, fd, ti); in brf_do_action()
334 brf_delay((struct bts_action_delay *) brf_action); in brf_do_action()
350 static int brf_action_is_deep_sleep(uint8_t *brf_action, long brf_size, in brf_action_is_deep_sleep() argument
361 if (brf_action[0] != HCI_COMMAND_PKT) in brf_action_is_deep_sleep()
365 opcode = brf_action[1] | (brf_action[2] << 8); in brf_action_is_deep_sleep()
386 static uint8_t brf_action[512]; in brf_do_script() local
402 brf_size = bts_fetch_action(brf_script_file, brf_action, in brf_do_script()
403 sizeof(brf_action), &brf_type); in brf_do_script()
[all …]