mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/btdm_modify_license' into 'master'
Component/bt: BLE demo modify license See merge request !1808
This commit is contained in:
commit
52c56e834f
@ -1,16 +1,11 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
|
||||||
//
|
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
Unless required by applicable law or agreed to in writing, this
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// See the License for the specific language governing permissions and
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// limitations under the License.
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#ifndef __BT_APP_AV_H__
|
#ifndef __BT_APP_AV_H__
|
||||||
#define __BT_APP_AV_H__
|
#define __BT_APP_AV_H__
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#ifndef __BT_APP_CORE_H__
|
#ifndef __BT_APP_CORE_H__
|
||||||
#define __BT_APP_CORE_H__
|
#define __BT_APP_CORE_H__
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#ifndef __BT_APP_CORE_H__
|
#ifndef __BT_APP_CORE_H__
|
||||||
#define __BT_APP_CORE_H__
|
#define __BT_APP_CORE_H__
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef __ESP_EDDYSTONE_API_H__
|
#ifndef __ESP_EDDYSTONE_API_H__
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#ifndef __ESP_EDDYSTONE_PROTOCOL_H__
|
#ifndef __ESP_EDDYSTONE_PROTOCOL_H__
|
||||||
#define __ESP_EDDYSTONE_PROTOCOL_H__
|
#define __ESP_EDDYSTONE_PROTOCOL_H__
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software
|
/*
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
Unless required by applicable law or agreed to in writing, this
|
||||||
// limitations under the License.
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,15 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
Unless required by applicable law or agreed to in writing, this
|
||||||
// You may obtain a copy of the License at
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
//
|
*/
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
#include "freertos/FreeRTOS.h"
|
#include "freertos/FreeRTOS.h"
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
#include "freertos/FreeRTOS.h"
|
#include "freertos/FreeRTOS.h"
|
||||||
#include "freertos/task.h"
|
#include "freertos/task.h"
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
/* BLE Security example_ble_security_gatts_demo example
|
/*
|
||||||
2
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
3 This example code is in the Public Domain (or CC0 licensed, at your option.)
|
|
||||||
4
|
Unless required by applicable law or agreed to in writing, this
|
||||||
5 Unless required by applicable law or agreed to in writing, this
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
6 software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
7 CONDITIONS OF ANY KIND, either express or implied.
|
*/
|
||||||
8 */
|
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD
|
/*
|
||||||
//
|
This example code is in the Public Domain (or CC0 licensed, at your option.)
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
Unless required by applicable law or agreed to in writing, this
|
||||||
//
|
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
*/
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user