Searched refs:bts_action_send (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluez/tools/ |
D | hciattach_ti.c | 95 struct bts_action_send { struct 240 static int brf_send_command_socket(int fd, struct bts_action_send* send_action) in brf_send_command_socket() 270 static int brf_send_command_file(int fd, struct bts_action_send* send_action, long size) in brf_send_command_file() 299 static int brf_send_command(int fd, struct bts_action_send* send_action, long size, int hcill_insta… in brf_send_command() 307 ret = brf_send_command_socket(fd, (struct bts_action_send *) fixed_action); in brf_send_command() 323 ret = brf_send_command(fd, (struct bts_action_send*) brf_action, brf_size, hcill_installed); in brf_do_action()
|