Home
last modified time | relevance | path

Searched refs:p_char_uuid (Results 1 – 7 of 7) sorted by relevance

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/sdk/
Dble_gattc.h385 uint16_t end_hdl, const ble_uuid_t *p_char_uuid);
446 uint16_t end_hdl, const ble_uuid_t *p_char_uuid);
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c218 void BTA_GATTS_AddCharacteristic (UINT16 service_id, const tBT_UUID * p_char_uuid, in BTA_GATTS_AddCharacteristic() argument
248 if (p_char_uuid) { in BTA_GATTS_AddCharacteristic()
249 memcpy(&p_buf->char_uuid, p_char_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AddCharacteristic()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h774 extern UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid,
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c294 UINT16 GATTS_AddCharacteristic (UINT16 service_handle, tBT_UUID *p_char_uuid, in GATTS_AddCharacteristic() argument
314 p_char_uuid, in GATTS_AddCharacteristic()
Dgatt_db.c514 … tBT_UUID *p_char_uuid, tGATT_ATTR_VAL *attr_val, tGATTS_ATTR_CONTROL *control) in gatts_add_characteristic() argument
534 p_char_val = (tGATT_ATTR16 *)allocate_attr_in_db(p_db, p_char_uuid, perm); in gatts_add_characteristic()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h1326 extern void BTA_GATTS_AddCharacteristic (UINT16 service_id, const tBT_UUID * p_char_uuid,
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h732 … tBT_UUID *p_char_uuid, tGATT_ATTR_VAL *attr_val,