Jiang Jiang Jian
|
0f6f762be0
|
Merge branch 'bugfix/btdm_add_char_descr_uuid_error' into 'master'
component/bt: Change the char_uuid to descr_uuid in the add descriptor callback params.
See merge request idf/esp-idf!2065
|
2018-03-20 18:43:42 +08:00 |
|
baohongde
|
2531975ca0
|
component/bt: Fix bug: AVRC remote_bda error when disconnect
|
2018-03-20 15:12:36 +08:00 |
|
zhiweijian
|
7c777f40aa
|
Component/bt: add some comment
|
2018-03-19 21:19:21 +08:00 |
|
Jiang Jiang Jian
|
259220f33d
|
Merge branch 'bugfix/btdm_spp_invalid_handle_path' into 'master'
component/bt: Fix bug of SPP invalid handle path
See merge request idf/esp-idf!2056
|
2018-03-19 18:40:47 +08:00 |
|
Ivan Grokhotkov
|
e784df60cc
|
Merge branch 'bugfix/fix_param_name_comments_bt' into 'master'
components/bt: Fix parameter name and print statements
See merge request idf/esp-idf!2032
|
2018-03-19 16:59:09 +08:00 |
|
Ivan Grokhotkov
|
85c9164f50
|
Merge branch 'bugfix/fix_bt_typos' into 'master'
components/bt examples/bluetooth: Fix typographical errors
See merge request idf/esp-idf!1950
|
2018-03-19 16:58:55 +08:00 |
|
baohongde
|
1c48b4f01e
|
component/bt: Fix bug of SPP invalid handle path
|
2018-03-19 02:22:45 +00:00 |
|
baohongde
|
b9ea6a2067
|
component/bt: Fix bug of a2dp source cleanup bug when connected
|
2018-03-19 02:21:12 +00:00 |
|
zwj
|
d1405183a5
|
component/bt: fix gattc open api
|
2018-03-16 19:17:55 +08:00 |
|
Jiang Jiang Jian
|
7e268adaf5
|
Merge branch 'bugfix/btdm_mem_leak_of_bt_dynamic_memory' into 'master'
component/bt: Fix bug of bt dynamic memory
See merge request idf/esp-idf!2053
|
2018-03-15 17:01:20 +08:00 |
|
Jiang Jiang Jian
|
dc66940f82
|
Merge branch 'bugfix/btdm_a2dp_disc_rsn_error_when_as_master' into 'master'
component/bt: Fix bug: a2dp disc_rsn error when as master
See merge request idf/esp-idf!1995
|
2018-03-15 15:28:11 +08:00 |
|
Jiang Jiang Jian
|
488268d58b
|
Merge branch 'bugfix/btdm_a2dp_sink_cleanup_bug' into 'master'
component/bt: Fix bug of a2dp sink cleanup bug when connected
See merge request idf/esp-idf!2041
|
2018-03-15 15:04:39 +08:00 |
|
baohongde
|
3ee5b49575
|
component/bt: Fix bug of bt dynamic memory
|
2018-03-15 14:36:49 +08:00 |
|
Yulong
|
c802ea842d
|
component/bt: Change the char_uuid to descr_uuid in the add descriptor callback params.
|
2018-03-15 02:29:11 -04:00 |
|
Jiang Jiang Jian
|
047870fd80
|
Merge branch 'bugfix/btdm_string_to_bdaddr_error_when_opening_nano' into 'master'
component/bt: Fix bug: string_to_bdaddr() error when opening nano
See merge request idf/esp-idf!1981
|
2018-03-15 14:14:47 +08:00 |
|
baohongde
|
c0eadc514f
|
component/bt: Fix bug of a2dp sink cleanup bug when connected
|
2018-03-14 06:27:26 +00:00 |
|
Hrishikesh Dhayagude
|
9831eca4b2
|
components/bt: Fix parameter name and print statement
Signed-off-by: Hrishikesh Dhayagude <hrishi@espressif.com>
|
2018-03-09 13:53:27 +05:30 |
|
baohongde
|
d082316507
|
component/bt: Fix bug of SPP handle error
|
2018-03-09 11:46:30 +08:00 |
|
Jiang Jiang Jian
|
a54b413367
|
Merge branch 'bugfix/btdm_clear_start_stop_adv_callback_when_complete' into 'master'
Component/bt: clear start/stop adv callback when complete
See merge request idf/esp-idf!1938
|
2018-03-08 20:22:10 +08:00 |
|
Jiang Jiang Jian
|
702b46108c
|
Merge branch 'bugfix/btdm_fix_set_error_channel_map_in_adv_params' into 'master'
Component/bt: fix set error params and return callback when start adv
See merge request idf/esp-idf!1943
|
2018-03-08 20:18:30 +08:00 |
|
Jiang Jiang Jian
|
d3d3a6fc39
|
Merge branch 'feature/btdm_blufi_add_custom_data_cmd' into 'master'
Component/bt: blufi add custom data cmd
See merge request idf/esp-idf!2017
|
2018-03-08 20:15:27 +08:00 |
|
Jiang Jiang Jian
|
db690e3f85
|
Merge branch 'bugfix/btdm_add_param_check_in_gap_set_prefer_conn_params' into 'master'
Component/bt: add_params_check_in_prefer_conn_params()
See merge request idf/esp-idf!1944
|
2018-03-08 20:08:33 +08:00 |
|
Jiang Jiang Jian
|
bcfbb6154c
|
Merge branch 'bugfix/btdm_fix_get_attr_value_error_after_prepare_write' into 'master'
Component/bt: fix get attr value error after prepare write
See merge request idf/esp-idf!1976
|
2018-03-08 20:06:47 +08:00 |
|
zhiweijian
|
b1d8ea84c3
|
Component/bt: blufi add custom data cmd
|
2018-03-08 17:38:44 +08:00 |
|
Jiang Jiang Jian
|
983e9f854d
|
Merge branch 'bugfix/btdm_error_log' into 'master'
component/bt: remove some error logs which are not error
See merge request idf/esp-idf!1826
|
2018-03-06 19:37:16 +08:00 |
|
baohongde
|
3824f0eb8f
|
component/bt: Fix spp lock error
|
2018-03-06 14:57:08 +08:00 |
|
baohongde
|
f1d3f689e8
|
component/bt: Fix bug: a2dp disc_rsn error when as master
|
2018-03-06 14:11:28 +08:00 |
|
baohongde
|
569b9d592e
|
component/bt: remove some error logs which are not error
|
2018-03-05 19:22:21 +08:00 |
|
Jiang Jiang Jian
|
17e8d49f26
|
Merge branch 'bugfix/btdm_update_pktLen_have_no_callback' into 'master'
component/bt: Fix bug:update pktlen have no callback
See merge request idf/esp-idf!1913
|
2018-03-05 16:14:48 +08:00 |
|
Jiang Jiang Jian
|
275fa2cc36
|
Merge branch 'bugfix/btdm_add_lock_for_spp_without_VFS' into 'master'
component/bt: Add lock for SPP slot
See merge request idf/esp-idf!2002
|
2018-03-05 16:06:16 +08:00 |
|
baohongde
|
c4cdb66947
|
component/bt: Add lock for SPP slot
|
2018-03-02 18:11:47 +08:00 |
|
zhiweijian
|
1e6f52fb6f
|
Component/bt: fix build ble server error with BT_BLE_DYNAMIC_ENV_MEMORY option
|
2018-02-28 16:44:05 +08:00 |
|
baohongde
|
54320d5f7b
|
component/bt: Fix bug: string_to_bdaddr() error when opening nano
|
2018-02-26 15:09:03 +08:00 |
|
zhiweijian
|
6a9c99a414
|
Component/bt: fix get attr value error after prepare write
|
2018-02-24 16:39:00 +08:00 |
|
Jiang Jiang Jian
|
165e3edd49
|
Merge branch 'bugfix/btdm_mem_leak_of_bt' into 'master'
component/bt: Fix mem leak of bt
See merge request idf/esp-idf!1924
|
2018-02-24 10:25:13 +08:00 |
|
Ing. Jaroslav Šafka
|
475e3cc43e
|
Fix function name typo. Closes https://github.com/espressif/esp-idf/issue/1572
|
2018-02-13 15:05:56 +01:00 |
|
Hrishikesh Dhayagude
|
4a7d445301
|
components/bt examples/bluetooth: Fix typographical errors
Signed-off-by: Hrishikesh Dhayagude <hrishi@espressif.com>
|
2018-02-13 13:25:33 +05:30 |
|
zhiweijian
|
b09d681da6
|
Component/bt: add_params_check_in_prefer_conn_params()
|
2018-02-12 17:43:38 +08:00 |
|
zhiweijian
|
4056878c69
|
Component/bt: fix set error params and add callback in adv params
|
2018-02-12 16:34:30 +08:00 |
|
zhiweijian
|
b5c2356528
|
Component/bt: clear start/stop adv callback when complete
|
2018-02-11 15:21:51 +08:00 |
|
baohongde
|
0519a73334
|
component/bt: Fix mem leak of bt
|
2018-02-08 16:26:12 +08:00 |
|
baohongde
|
acdad3237c
|
component/bt: Fix bug:update pktlen have no callback
|
2018-02-06 14:54:05 +08:00 |
|
baohongde
|
79fd3f4f10
|
component/bt: Fix bug:scan result of adv type is wrong
|
2018-02-02 19:17:39 +08:00 |
|
Jiang Jiang Jian
|
9ecd718f72
|
Merge branch 'bugfix/btdm_modify_set_mtu_call_handler' into 'master'
Component/bt: modify set mtu call handler
See merge request idf/esp-idf!1850
|
2018-02-01 20:19:52 +08:00 |
|
Jiang Jiang Jian
|
afe9a5d3ae
|
Merge branch 'bugfix/btdm_fix_adv_pending_in_smp' into 'master'
Component/bt: fix stop adv failed in smp
See merge request idf/esp-idf!1881
|
2018-02-01 20:17:02 +08:00 |
|
Jiang Jiang Jian
|
dc11c88a57
|
Merge branch 'bugfix/btdm_ble_mutil_connect_performance_optimiz' into 'master'
component/bt: Fixed the bug of ble multi connection not stable issue.
See merge request idf/esp-idf!1868
|
2018-02-01 20:11:51 +08:00 |
|
Jiang Jiang Jian
|
6595d5392e
|
Merge branch 'bugfix/btdm_alarm_free' into 'master'
component/bt: free timer resources after using them
See merge request idf/esp-idf!1863
|
2018-02-01 11:01:08 +08:00 |
|
Jiang Jiang Jian
|
0f7d9cf7d3
|
Merge branch 'bugfix/btdm_a2dp_task_stack_size' into 'master'
component/bt: make A2DP source and sink task size configurable through menuconfig
See merge request idf/esp-idf!1825
|
2018-02-01 10:58:40 +08:00 |
|
zhiweijian
|
e64d78dc57
|
Component/bt: fix stop adv failed in smp
|
2018-01-31 16:06:22 +08:00 |
|
zhiweijian
|
b06ea40f66
|
Component/bt: modify set mtu call handler
|
2018-01-31 11:28:05 +08:00 |
|