OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btgatt_callbacks_t
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware/include/hardware/
bt_gatt.h
29
/** Set to sizeof(
btgatt_callbacks_t
) */
37
}
btgatt_callbacks_t
;
typedef in typeref:struct:__anon41221
47
bt_status_t (*init)( const
btgatt_callbacks_t
* callbacks );
/external/bluetooth/bluedroid/btif/src/
btif_gatt.c
50
const
btgatt_callbacks_t
*bt_gatt_callbacks = NULL;
64
static bt_status_t btif_gatt_init( const
btgatt_callbacks_t
* callbacks )
btif_gatt_server.c
115
extern const
btgatt_callbacks_t
*bt_gatt_callbacks;
btif_gatt_client.c
238
extern const
btgatt_callbacks_t
*bt_gatt_callbacks;
[
all
...]
/packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp
808
static const
btgatt_callbacks_t
sGattCallbacks = {
809
sizeof(
btgatt_callbacks_t
),
[
all
...]
Completed in 292 milliseconds