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

  /system/bt/btif/include/
btif_gatt_util.h 35 uint16_t set_read_value(btgatt_read_params_t *p_dest, tBTA_GATTC_READ *p_src);
  /system/bt/test/suite/support/
gatt.c 119 void btgattc_read_characteristic_cb(int conn_id, int status, btgatt_read_params_t *p_data) {
131 void btgattc_read_descriptor_cb(int conn_id, int status, btgatt_read_params_t *p_data) {
callbacks.c 50 void btgattc_read_characteristic_cb(int conn_id, int status, btgatt_read_params_t *p_data);
53 void btgattc_read_descriptor_cb(int conn_id, int status, btgatt_read_params_t *p_data);
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 49 } btgatt_read_params_t; typedef in typeref:struct:__anon24669
170 btgatt_read_params_t *p_data);
181 btgatt_read_params_t *p_data);
  /system/bt/btif/src/
btif_gatt_util.c 239 uint16_t set_read_value(btgatt_read_params_t *p_dest, tBTA_GATTC_READ *p_src)
btif_gatt_client.c 489 btgatt_read_params_t data;
536 btgatt_read_params_t data;
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 357 void btgattc_read_characteristic_cb(int conn_id, int status, btgatt_read_params_t *p_data)
397 void btgattc_read_descriptor_cb(int conn_id, int status, btgatt_read_params_t *p_data)
    [all...]

Completed in 993 milliseconds