HomeSort by relevance Sort by last modified time
    Searched refs:bt_callbacks_t (Results 1 - 9 of 9) sorted by null

  /external/bluetooth/bluedroid/test/suite/support/
hal.h 23 bool hal_open(bt_callbacks_t *callbacks);
callbacks.h 50 bt_callbacks_t *callbacks_get_adapter_struct();
callbacks.c 65 static bt_callbacks_t bt_callbacks = {
66 sizeof(bt_callbacks_t),
100 bt_callbacks_t *callbacks_get_adapter_struct() {
hal.c 38 bool hal_open(bt_callbacks_t *callbacks) {
  /external/bluetooth/bluedroid/btif/include/
btif_common.h 55 extern bt_callbacks_t *bt_hal_cbacks;
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 63 bt_callbacks_t *bt_hal_cbacks = NULL;
124 static int init(bt_callbacks_t* callbacks )
  /hardware/libhardware/include/hardware/
bluetooth.h 373 /** set to sizeof(bt_callbacks_t) */
388 } bt_callbacks_t; typedef in typeref:struct:__anon20300
435 int (*init)(bt_callbacks_t* callbacks );
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 484 static bt_callbacks_t bt_callbacks = {
485 sizeof(bt_callbacks_t),
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 465 static bt_callbacks_t sBluetoothCallbacks = {
    [all...]

Completed in 286 milliseconds