| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
bt_uuid: define BT_UUID_STR_LENGTH macro and update usages Bug: v/87379 Define BT_UUID_STR_LENGTH macro (40) in bt_uuid.h to replace hardcoded magic numbers for UUID string buffer size. Use LENGTH suffix to avoid conflict with Zephyr's BT_UUID_STR_LEN definition. Update all usages across the codebase to use the new macro. Signed-off-by: Zihao Gao <gaozihao@xiaomi.com> | 2 个月前 | |
update bt gdb tool to latest nxgdb version. Signed-off-by: zhongzhijie1 <zhongzhijie1@xiaomi.com> | 2 个月前 | |
storage_update: fix build error. bug: v/73508 ARRAY_SIZE() is defined at "bt_utils.h" Signed-off-by: liuxiang18 <liuxiang18@xiaomi.com> | 2 个月前 | |
BTS: Add Bond Tool bug: v/57723 1. Add Bond Tool | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
Merge commit Change-Id: If26995eebd18a82ac4cd827e6801458e57a6ead3 | 2 个月前 | |
zephyr-pts: add send passthrough cmd for avrcp ct bug: v/58789 Signed-off-by: zhangyuan20 <zhangyuan20@xiaomi.com> | 2 个月前 | |
bluetooth/tools: fix bttool cleanup failure on BT disable bug: v/85832 Fix defects causing bttool resource leak during BT enable/disable stress test: 1. Store bttool_t pointer in g_bttool_loop->data so TURNING_OFF callback can access the async queue (previously always 0, cleanup was skipped) 2. Replace do_in_thread_loop with bttool_uninit() in TURNING_OFF callback to send _uninit command via uv_async_queue_send, ensuring bt_tool_uninit runs on g_bttool_loop thread (mirrors bttool_quit pattern). Guard with CONFIG_LIBUV_EXTENSION only. 3. Add re-entry guard in bt_tool_uninit to prevent double cleanup on repeated BT disable cycles Signed-off-by: chejinxian1 <chejinxian1@xiaomi.com> | 2 个月前 | |
CS: add bttool to test cs. bug: v/80281 Rootcause: Add bttool to test CS functionality Signed-off-by: zhangyuan20 <zhangyuan20@xiaomi.com> | 2 个月前 | |
bttool: Update gattc gatts command, the last parameter is the address type. bug: v/60490 Signed-off-by: zhongzhijie1 <zhongzhijie1@xiaomi.com> | 2 个月前 | |
bluetooth: add gatts_connect_bear api [1/2] bug: v/51103 Signed-off-by: chengkai <chengkai@xiaomi.com> | 2 个月前 | |
Merge commit Change-Id: If26995eebd18a82ac4cd827e6801458e57a6ead3 | 2 个月前 | |
Merge commit Change-Id: If26995eebd18a82ac4cd827e6801458e57a6ead3 | 2 个月前 | |
opensource: remove unused codes 1. service/src/scan_record.h 2. tools/hid_device.c Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
bluetooth/tools: fix Coverity defects in l2cap tool bug: v/87430 - Replace strncpy with memcpy for non-string delimiter field to avoid non-null terminated buffer warning - Remove dead comparison msg->id < 0 on unsigned type and change msg->len <= 0 to msg->len == 0 to fix unsigned compared against 0 warning Signed-off-by: chejinxian1 <chejinxian1@xiaomi.com> | 2 个月前 | |
cs: Fix the issue where RAS data is transmitted incompletely (only half sent). bug: v/87852 This commit performs an architecture-level refactoring of cs_ras.c and cs_ras.h. The core change replaces the shared global buffer and static arrays used for Real-time and On-demand mode data storage with independent dynamically-allocated linked list queues, resolving memory safety issues and concurrent processing defects in the original architecture. Signed-off-by: jialu <jialu@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
BTsnoop: add btsnoop API bug: v/42717 Signed-off-by: duqunbo <duqunbo@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
bluetooth:Support scan filter policy feature in bluetooth framework/service. bug: v/55749 API user can pass scan policy refs in ble_scan_filter_type_t. Signed-off-by: zhongzhijie1 <zhongzhijie1@xiaomi.com> | 2 个月前 | |
bluetooth: add spp insecure feature bug: v/13885 Signed-off-by: chengkai <chengkai@xiaomi.com> | 2 个月前 | |
OS-Upgrade: Add a BT storage transformation tool. bug: v/47945 Rootcause: Due to the differences in the storage format of Bluetooth information in different system versions, in order to ensure that saved information can continue to be used after system upgrades, the storage transformation tool has been added. Signed-off-by: chejinxian1 <chejinxian1@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 | |
Clang-format: Update format of all files based on new .clang-format 1. Update format of all files based on new .clang-format Signed-off-by: Haishen Zhang <zhanghaishen@xiaomi.com> | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 |