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

  /system/bt/btif/src/
btif_gatt_client.c 128 uint8_t *p_rep_data; member in struct:__anon72239
739 uint8_t *p_rep_data = NULL; local
741 if (p_data->read_reports.data_len > 0 && NULL != p_data->read_reports.p_rep_data)
743 p_rep_data = osi_malloc(p_data->read_reports.data_len);
744 memcpy(p_rep_data, p_data->read_reports.p_rep_data, p_data->read_reports.data_len);
749 , p_data->read_reports.num_records, p_data->read_reports.data_len, p_rep_data);
750 osi_free(p_rep_data);
944 UINT8* p_rep_data, tBTA_STATUS status)
960 btif_scan_track_cb.read_reports.p_rep_data = osi_malloc(data_len)
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]
  /system/bt/stack/include/
btm_ble_api.h 534 UINT8* p_rep_data, UINT8 status);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 487 int num_records, int data_len, uint8_t *p_rep_data)
491 sCallbackEnv->SetByteArrayRegion(jb, 0, data_len, (jbyte *) p_rep_data);
    [all...]

Completed in 135 milliseconds