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

  /system/bt/test/suite/support/
gatt.c 123 void btgattc_write_characteristic_cb(int conn_id, int status, btgatt_write_params_t *p_data) {
135 void btgattc_write_descriptor_cb(int conn_id, int status, btgatt_write_params_t *p_data) {
callbacks.c 51 void btgattc_write_characteristic_cb(int conn_id, int status, btgatt_write_params_t *p_data);
54 void btgattc_write_descriptor_cb(int conn_id, int status, btgatt_write_params_t *p_data);
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 58 } btgatt_write_params_t; typedef in typeref:struct:__anon24670
174 btgatt_write_params_t *p_data);
185 btgatt_write_params_t *p_data);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 380 void btgattc_write_characteristic_cb(int conn_id, int status, btgatt_write_params_t *p_data)
420 void btgattc_write_descriptor_cb(int conn_id, int status, btgatt_write_params_t *p_data)
    [all...]
  /system/bt/btif/src/
btif_gatt_client.c 500 btgatt_write_params_t data;
546 btgatt_write_params_t data;
    [all...]

Completed in 248 milliseconds