OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_callbacks_t
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/include/hardware/
bluetooth.h
329
/** set to sizeof(
bt_callbacks_t
) */
343
}
bt_callbacks_t
;
typedef in typeref:struct:__anon20589
372
int (*init)(
bt_callbacks_t
* callbacks );
/external/bluetooth/bluedroid/btif/include/
btif_common.h
53
extern
bt_callbacks_t
*bt_hal_cbacks;
/external/bluetooth/bluedroid/btif/src/
bluetooth.c
61
bt_callbacks_t
*bt_hal_cbacks = NULL;
110
static int init(
bt_callbacks_t
* callbacks )
/external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c
482
static
bt_callbacks_t
bt_callbacks = {
483
sizeof(
bt_callbacks_t
),
/packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp
441
bt_callbacks_t
sBluetoothCallbacks = {
[
all
...]
Completed in 222 milliseconds