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

  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 216 }tBTA_GATTC_CHAR_ID;
220 tBTA_GATTC_CHAR_ID char_id;
239 tBTA_GATTC_CHAR_ID char_id;
373 tBTA_GATTC_CHAR_ID char_id;
767 tBTA_GATTC_CHAR_ID *p_char_result,
790 tBTA_GATTC_CHAR_ID *p_start_char_id,
792 tBTA_GATTC_CHAR_ID *p_char_result,
812 BTA_API extern tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 316 tBTA_GATTC_CHAR_ID *p_char_result,
354 tBTA_GATTC_CHAR_ID *p_start_char_id,
356 tBTA_GATTC_CHAR_ID *p_char_result,
395 tBTA_GATT_STATUS BTA_GATTC_GetFirstCharDescr (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
416 memcpy(&p_descr_result->char_id, p_char_id, sizeof(tBTA_GATTC_CHAR_ID));
460 memcpy(&p_descr_result->char_id, p_start_descr_id, sizeof(tBTA_GATTC_CHAR_ID));
562 void BTA_GATTC_ReadCharacteristic(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
685 tBTA_GATTC_CHAR_ID *p_char_id,
785 void BTA_GATTC_PrepareWrite (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id,
859 void BTA_GATTC_SendIndConfirm (UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id
    [all...]
bta_gattc_int.h 352 tBTA_GATTC_CHAR_ID char_id;
531 extern BOOLEAN bta_gattc_charid_compare(tBTA_GATTC_CHAR_ID *p_src, tBTA_GATTC_CHAR_ID *p_tar);
bta_gattc_utils.c 542 ** Description compare two tBTA_GATTC_CHAR_ID type of pointer
547 BOOLEAN bta_gattc_charid_compare(tBTA_GATTC_CHAR_ID *p_src, tBTA_GATTC_CHAR_ID *p_tar)
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 603 tBTA_GATTC_CHAR_ID char_id;
805 tBTA_GATTC_CHAR_ID char_id;
918 tBTA_GATTC_CHAR_ID char_id;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c     [all...]

Completed in 883 milliseconds