Searched refs:brf_type (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluez/tools/ |
D | hciattach_ti.c | 315 static int brf_do_action(uint16_t brf_type, uint8_t *brf_action, long brf_size, in brf_do_action() argument 320 switch (brf_type) { in brf_do_action() 340 fprintf(stderr, "brf_init: unknown firmware action type (%d)\n", brf_type); in brf_do_action() 351 uint16_t brf_type) in brf_action_is_deep_sleep() argument 355 if (brf_type != ACTION_SEND_COMMAND) in brf_action_is_deep_sleep() 388 static uint16_t brf_type; in brf_do_script() local 403 sizeof(brf_action), &brf_type); in brf_do_script() 415 ret = brf_do_action(brf_type, brf_action, brf_size, in brf_do_script() 421 sizeof(brf_action), &brf_type); in brf_do_script() 428 brf_size, brf_type)) in brf_do_script()
|