/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 150 uint16_t conn_handle; member 373 uint16_t conn_handle; in btstack_packet_handler() local 424 uint16_t conn_handle = gatt_event_query_complete_get_handle(packet); in btstack_packet_handler() local 470 uint16_t conn_handle = gatt_event_notification_get_handle(packet); in btstack_packet_handler() local 477 uint16_t conn_handle = gatt_event_indication_get_handle(packet); in btstack_packet_handler() local 1099 int mp_bluetooth_gatts_notify(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_notify() 1206 int mp_bluetooth_gap_disconnect(uint16_t conn_handle) { in mp_bluetooth_gap_disconnect() 1217 int mp_bluetooth_gap_pair(uint16_t conn_handle) { in mp_bluetooth_gap_pair() 1367 int mp_bluetooth_gattc_read(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gattc_read() 1420 int mp_bluetooth_gattc_exchange_mtu(uint16_t conn_handle) { in mp_bluetooth_gattc_exchange_mtu() [all …]
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.c | 678 uint16_t conn_handle = mp_obj_get_int(conn_handle_in); in bluetooth_ble_gap_disconnect() local 693 uint16_t conn_handle = mp_obj_get_int(conn_handle_in); in bluetooth_ble_gap_pair() local 699 uint16_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_gap_passkey() local 733 mp_int_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_gatts_notify() local 774 mp_int_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_gattc_discover_services() local 787 mp_int_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_gattc_discover_characteristics() local 803 mp_int_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_gattc_discover_descriptors() local 819 mp_int_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_gattc_write() local 853 mp_int_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_l2cap_connect() local 869 mp_int_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_l2cap_send() local [all …]
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 998 int mp_bluetooth_gap_disconnect(uint16_t conn_handle) { in mp_bluetooth_gap_disconnect() 1025 int mp_bluetooth_gatts_notify(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_notify() 1045 int mp_bluetooth_gatts_indicate(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_indicate() 1079 int mp_bluetooth_gap_pair(uint16_t conn_handle) { in mp_bluetooth_gap_pair() 1084 int mp_bluetooth_gap_passkey(uint16_t conn_handle, uint8_t action, mp_int_t passkey) { in mp_bluetooth_gap_passkey() 1281 int mp_bluetooth_gattc_discover_primary_services(uint16_t conn_handle, const mp_obj_bluetooth_uuid_… in mp_bluetooth_gattc_discover_primary_services() 1361 int mp_bluetooth_gattc_read(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gattc_read() 1395 int mp_bluetooth_gattc_exchange_mtu(uint16_t conn_handle) { in mp_bluetooth_gattc_exchange_mtu() 1661 int mp_bluetooth_l2cap_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu) { in mp_bluetooth_l2cap_connect() 1675 int mp_bluetooth_l2cap_disconnect(uint16_t conn_handle, uint16_t cid) { in mp_bluetooth_l2cap_disconnect() [all …]
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 880 int ble_stack_gatt_mtu_get(int16_t conn_handle) in ble_stack_gatt_mtu_get() 904 int ble_stack_gatt_mtu_exchange(int16_t conn_handle) in ble_stack_gatt_mtu_exchange() 990 int ble_stack_gatt_discovery(int16_t conn_handle, in ble_stack_gatt_discovery() 1283 int16_t conn_handle; in ble_stack_connect() local 1339 int ble_stack_disconnect(int16_t conn_handle) in ble_stack_disconnect() 1412 int ble_stack_security(int16_t conn_handle, security_en level) in ble_stack_security() 1451 int ble_stack_smp_passkey_entry(int16_t conn_handle, uint32_t passkey) in ble_stack_smp_passkey_entry() 1469 int ble_stack_smp_cancel(int16_t conn_handle) in ble_stack_smp_cancel() 1487 int ble_stack_smp_passkey_confirm(int16_t conn_handle) in ble_stack_smp_passkey_confirm() 1505 int ble_stack_smp_pairing_confirm(int16_t conn_handle) in ble_stack_smp_pairing_confirm() [all …]
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | ble.h | 149 int16_t conn_handle; member 155 int16_t conn_handle; member 161 int16_t conn_handle; member 168 int16_t conn_handle; member 182 int16_t conn_handle; member 191 int16_t conn_handle; member 197 int16_t conn_handle; member 203 int16_t conn_handle; member 211 int16_t conn_handle; member 219 int16_t conn_handle; member [all …]
|
A D | gatt.h | 354 #define ble_stack_gatt_discovery_all(conn_handle) \ argument 357 #define ble_stack_gatt_discovery_primary(conn_handle, uuid, start_handle, end_handle) \ argument 360 #define ble_stack_gatt_discovery_include(conn_handle, uuid, start_handle, end_handle) \ argument 363 #define ble_stack_gatt_discovery_char_all(conn_handle, start_handle, end_handle) \ argument 366 #define ble_stack_gatt_discovery_char(conn_handle, uuid, start_handle, end_handle) \ argument 369 #define ble_stack_gatt_discovery_descriptor(conn_handle, uuid,start_handle, end_handle) \ argument 372 #define ble_stack_gatt_discovery_descriptor_all(conn_handle, start_handle, end_handle) \ argument 383 #define ble_stack_gatt_write_response(conn_handle, attr_handle, data, len, offset) \ argument 386 #define ble_stack_gatt_write_no_response(conn_handle, attr_handle, data, len, offset) \ argument 389 #define ble_stack_gatt_write_signed(conn_handle, attr_handle, data, len, offset) \ argument
|
/AliOS-Things-master/components/py_engine/tests/multi_bluetooth/ |
A D | ble_l2cap.py | 77 def send_data(ble, conn_handle, cid): argument 89 def recv_data(ble, conn_handle, cid): argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/vendor_cmd/ |
A D | vendor_cmd.c | 84 uint16_t conn_handle; in le_set_conn_tx_power() local 110 uint16_t conn_handle; in le_disable_slave_latency() local
|
/AliOS-Things-master/components/ble_host/ble_profiles/include/yoc/ |
A D | bas.h | 9 uint16_t conn_handle; member
|
A D | hrs.h | 10 uint16_t conn_handle; member
|
A D | uart_server.h | 15 int16_t conn_handle; member
|
A D | uart_client.h | 31 int16_t conn_handle; member
|
/AliOS-Things-master/components/linkkit/dev_model/server/ |
A D | dm_server_adapter.h | 14 void *conn_handle; member
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | bt_host.js | 48 let result = BT_HOST.start_adv(params, function(conn_handle, connect){ argument
|
/AliOS-Things-master/components/amp/libjs/lib/ |
A D | bt_host.js | 49 let result = __native.BT_HOST.start_adv(params, function(conn_handle, connect){ argument
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_api.c | 527 __hci_api_weak__ int hci_api_le_set_data_len(int16_t conn_handle, uint16_t tx_octets, uint16_t tx_… in hci_api_le_set_data_len() 1244 __hci_api_weak__ int hci_api_le_read_remote_features(uint16_t conn_handle) in hci_api_le_read_remote_features() 1261 __hci_api_weak__ int hci_api_le_read_remote_version(uint16_t conn_handle) in hci_api_le_read_remote_version() 1302 __hci_api_weak__ int hci_api_le_conn_updata(uint16_t conn_handle, in hci_api_le_conn_updata() 1331 __hci_api_weak__ int hci_api_le_start_encrypt(uint16_t conn_handle, in hci_api_le_start_encrypt() 1354 __hci_api_weak__ int hci_api_le_enctypt_ltk_req_reply(uint16_t conn_handle, uint8_t ltk[16]) in hci_api_le_enctypt_ltk_req_reply() 1374 __hci_api_weak__ int hci_api_le_enctypt_ltk_req_neg_reply(uint16_t conn_handle) in hci_api_le_enctypt_ltk_req_neg_reply() 1916 __hci_api_weak__ int hci_api_le_read_phy(uint16_t conn_handle, uint8_t *tx_phy , uint8_t *rx_phy) in hci_api_le_read_phy()
|
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | dis.c | 39 uint16_t conn_handle; member
|
A D | hids.c | 76 uint16_t conn_handle; member
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/ |
A D | bt_gatts_adapter.c | 243 uint16_t *conn_handle = NULL; in bt_gatts_adapter_update_chars() local
|
A D | module_bt_host.c | 302 void native_bt_host_conn_handle(int32_t conn_handle, int32_t connect) in native_bt_host_conn_handle()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/ |
A D | module_bt_host.c | 37 int32_t conn_handle; member 377 void native_bt_host_conn_handle(int32_t conn_handle, int32_t connect) in native_bt_host_conn_handle()
|
A D | bt_gatts_adapter.c | 266 uint16_t *conn_handle = NULL; in bt_gatts_adapter_update_chars() local
|
/AliOS-Things-master/components/py_engine/modules/ble/ |
A D | bt_gatts_adapter.c | 307 uint16_t *conn_handle = NULL; in bt_gatts_adapter_update_chars() local
|
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | bt.c | 984 int16_t conn_handle; in cmd_connect_le() local 1027 int16_t conn_handle = 0; in cmd_disconnect() local 1380 int16_t conn_handle; in cmd_auth_cancel() local
|
/AliOS-Things-master/components/ble_netconfig/ |
A D | blecfg_stack.c | 32 int16_t conn_handle; member
|