OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetooth_device_t
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/test/suite/support/
hal.c
29
static const
bluetooth_device_t
*bt_device;
49
bt_device = (
bluetooth_device_t
*)device;
/external/bluetooth/bluedroid/btif/src/
bluetooth.c
487
bluetooth_device_t
*stack = malloc(sizeof(
bluetooth_device_t
) );
488
memset(stack, 0, sizeof(
bluetooth_device_t
) );
/external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c
75
static
bluetooth_device_t
* bt_device;
414
bt_device = (
bluetooth_device_t
*)device;
/hardware/libhardware/include/hardware/
bluetooth.h
545
}
bluetooth_device_t
;
typedef in typeref:struct:__anon41216
547
typedef
bluetooth_device_t
bluetooth_module_t;
Completed in 1461 milliseconds