Searched refs:esc_c0 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_bcsp.c | 119 const char esc_c0[2] = { 0xdb, 0xdc }; in bcsp_slip_one_byte() local 124 skb_put_data(skb, &esc_c0, 2); in bcsp_slip_one_byte()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_rtk_h5.c | 140 const char esc_c0[2] = { 0xdb, 0xdc }; in h5_slip_one_byte() local 147 memcpy(skb_put(skb, 2), &esc_c0, 2); in h5_slip_one_byte()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_rtk.c | 302 const uint8_t esc_c0[2] = { 0xdb, 0xdc }; in h5_slip_one_byte() local 309 memcpy(skb_put(skb, 2), &esc_c0, 2); in h5_slip_one_byte()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 881 const RT_S8 esc_c0[2] = { 0xdb, 0xdc }; in h5_slip_one_byte() local 888 memcpy(skb_put(skb, 2), &esc_c0, 2); in h5_slip_one_byte()
|