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

  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 70 static btif_test_cb_t test_cb; variable
107 test_cb.conn_id = connected ? conn_id : 0;
216 test_cb.gatt_if = GATT_Register(&app_uuid, &btif_test_callbacks);
217 GATT_StartIf(test_cb.gatt_if);
219 GATT_Deregister(test_cb.gatt_if);
220 test_cb.gatt_if = 0;
237 if ( !GATT_Connect(test_cb.gatt_if, params->bda1->address, TRUE) )
246 ALOGD("%s: DISCONNECT - conn_id=%d", __FUNCTION__, test_cb.conn_id);
247 GATT_Disconnect(test_cb.conn_id);
268 __FUNCTION__, disc_name[params->u1], test_cb.conn_id
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c     [all...]
l2c_int.h 238 tL2C_FCR_TEST_CB test_cb; /* Used for SVT and UPF testing */ member in struct:__anon3467
    [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 3997 void (*test_cb)(const unsigned char *name, test_func_t func); member in struct:special_t
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 5265 void (*test_cb)(const char* name, test_func_t func, member in struct:special_t
    [all...]

Completed in 103 milliseconds