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
/system/bt/btif/include/
btif_common.h
70
extern
bt_callbacks_t
*bt_hal_cbacks;
/hardware/libhardware/include/hardware/
bluetooth.h
401
/** set to sizeof(
bt_callbacks_t
) */
416
}
bt_callbacks_t
;
typedef in typeref:struct:__anon31967
463
int (*init)(
bt_callbacks_t
* callbacks );
/system/bt/service/hal/
bluetooth_interface.cpp
196
bt_callbacks_t
bt_callbacks = {
197
sizeof(
bt_callbacks_t
),
/system/bt/btif/src/
bluetooth.c
71
bt_callbacks_t
*bt_hal_cbacks = NULL;
128
static int init(
bt_callbacks_t
*callbacks) {
/packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp
488
static
bt_callbacks_t
sBluetoothCallbacks = {
[
all
...]
Completed in 1017 milliseconds