OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:brf_action
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluez/tools/
hciattach_ti.c
315
static int brf_do_action(uint16_t brf_type, uint8_t *
brf_action
, long brf_size,
323
ret = brf_send_command(fd, (struct bts_action_send*)
brf_action
, brf_size, hcill_installed);
330
ret = brf_set_serial_params((struct bts_action_serial *)
brf_action
, fd, ti);
334
brf_delay((struct bts_action_delay *)
brf_action
);
350
static int brf_action_is_deep_sleep(uint8_t *
brf_action
, long brf_size,
361
if (
brf_action
[0] != HCI_COMMAND_PKT)
365
opcode =
brf_action
[1] | (
brf_action
[2] << 8);
386
static uint8_t
brf_action
[512];
local
402
brf_size = bts_fetch_action(brf_script_file,
brf_action
,
[
all
...]
Completed in 822 milliseconds