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

  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 461 } tGATT_READ_PARAM;
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 744 tGATT_READ_PARAM param;
746 memset(&param, 0, sizeof(tGATT_READ_PARAM));
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 928 tGATT_READ_PARAM read_param;
931 memset (&read_param, 0 ,sizeof(tGATT_READ_PARAM));
973 tGATT_READ_PARAM read_param;
981 memset(&read_param, 0, sizeof(tGATT_READ_PARAM));
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 885 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read)
    [all...]

Completed in 27 milliseconds