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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_int.h 100 }tBTA_GATTS_API_ADD_CHAR;
167 tBTA_GATTS_API_ADD_CHAR api_add_char;
bta_gatts_api.c 227 tBTA_GATTS_API_ADD_CHAR *p_buf;
229 if ((p_buf = (tBTA_GATTS_API_ADD_CHAR *) GKI_getbuf(sizeof(tBTA_GATTS_API_ADD_CHAR))) != NULL)
231 memset(p_buf, 0, sizeof(tBTA_GATTS_API_ADD_CHAR));

Completed in 45 milliseconds