Lines Matching defs:conn_handle

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
751 mp_int_t conn_handle = mp_obj_get_int(conn_handle_in); in bluetooth_ble_gatts_indicate() 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
812 mp_int_t conn_handle = mp_obj_get_int(conn_handle_in); in bluetooth_ble_gattc_read() local
819 mp_int_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_gattc_write() local
835 uint16_t conn_handle = mp_obj_get_int(conn_handle_in); in bluetooth_ble_gattc_exchange_mtu() local
853 mp_int_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_l2cap_connect() local
862 mp_int_t conn_handle = mp_obj_get_int(conn_handle_in); in bluetooth_ble_l2cap_disconnect() local
869 mp_int_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_l2cap_send() local
881 mp_int_t conn_handle = mp_obj_get_int(args[1]); in bluetooth_ble_l2cap_recvinto() local
1172 void mp_bluetooth_gap_on_connected_disconnected(uint8_t event, uint16_t conn_handle, uint8_t addr_t… in mp_bluetooth_gap_on_connected_disconnected()
1177 void mp_bluetooth_gap_on_connection_update(uint16_t conn_handle, uint16_t conn_interval, uint16_t c… in mp_bluetooth_gap_on_connection_update()
1183 void mp_bluetooth_gatts_on_encryption_update(uint16_t conn_handle, bool encrypted, bool authenticat… in mp_bluetooth_gatts_on_encryption_update()
1209 void mp_bluetooth_gap_on_passkey_action(uint16_t conn_handle, uint8_t action, mp_int_t passkey) { in mp_bluetooth_gap_on_passkey_action()
1215 void mp_bluetooth_gatts_on_write(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_on_write()
1220 void mp_bluetooth_gatts_on_indicate_complete(uint16_t conn_handle, uint16_t value_handle, uint8_t s… in mp_bluetooth_gatts_on_indicate_complete()
1225 mp_int_t mp_bluetooth_gatts_on_read_request(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_on_read_request()
1234 void mp_bluetooth_gatts_on_mtu_exchanged(uint16_t conn_handle, uint16_t value) { in mp_bluetooth_gatts_on_mtu_exchanged()
1240 mp_int_t mp_bluetooth_on_l2cap_accept(uint16_t conn_handle, uint16_t cid, uint16_t psm, uint16_t ou… in mp_bluetooth_on_l2cap_accept()
1249 void mp_bluetooth_on_l2cap_connect(uint16_t conn_handle, uint16_t cid, uint16_t psm, uint16_t our_m… in mp_bluetooth_on_l2cap_connect()
1254 void mp_bluetooth_on_l2cap_disconnect(uint16_t conn_handle, uint16_t cid, uint16_t psm, uint16_t st… in mp_bluetooth_on_l2cap_disconnect()
1259 void mp_bluetooth_on_l2cap_send_ready(uint16_t conn_handle, uint16_t cid, uint8_t status) { in mp_bluetooth_on_l2cap_send_ready()
1264 void mp_bluetooth_on_l2cap_recv(uint16_t conn_handle, uint16_t cid) { in mp_bluetooth_on_l2cap_recv()
1282 void mp_bluetooth_gattc_on_primary_service_result(uint16_t conn_handle, uint16_t start_handle, uint… in mp_bluetooth_gattc_on_primary_service_result()
1287 void mp_bluetooth_gattc_on_characteristic_result(uint16_t conn_handle, uint16_t def_handle, uint16_… in mp_bluetooth_gattc_on_characteristic_result()
1292 void mp_bluetooth_gattc_on_descriptor_result(uint16_t conn_handle, uint16_t handle, mp_obj_bluetoot… in mp_bluetooth_gattc_on_descriptor_result()
1297 void mp_bluetooth_gattc_on_discover_complete(uint8_t event, uint16_t conn_handle, uint16_t status) { in mp_bluetooth_gattc_on_discover_complete()
1302 void mp_bluetooth_gattc_on_data_available(uint8_t event, uint16_t conn_handle, uint16_t value_handl… in mp_bluetooth_gattc_on_data_available()
1334 void mp_bluetooth_gattc_on_read_write_status(uint8_t event, uint16_t conn_handle, uint16_t value_ha… in mp_bluetooth_gattc_on_read_write_status()
1390 void mp_bluetooth_gap_on_connected_disconnected(uint8_t event, uint16_t conn_handle, uint8_t addr_t… in mp_bluetooth_gap_on_connected_disconnected()
1403 void mp_bluetooth_gap_on_connection_update(uint16_t conn_handle, uint16_t conn_interval, uint16_t c… in mp_bluetooth_gap_on_connection_update()
1416 void mp_bluetooth_gatts_on_write(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_on_write()
1426 void mp_bluetooth_gatts_on_indicate_complete(uint16_t conn_handle, uint16_t value_handle, uint8_t s… in mp_bluetooth_gatts_on_indicate_complete()
1437 mp_int_t mp_bluetooth_gatts_on_read_request(uint16_t conn_handle, uint16_t value_handle) { in mp_bluetooth_gatts_on_read_request()
1444 void mp_bluetooth_gatts_on_mtu_exchanged(uint16_t conn_handle, uint16_t value) { in mp_bluetooth_gatts_on_mtu_exchanged()
1488 void mp_bluetooth_gattc_on_primary_service_result(uint16_t conn_handle, uint16_t start_handle, uint… in mp_bluetooth_gattc_on_primary_service_result()
1500 void mp_bluetooth_gattc_on_characteristic_result(uint16_t conn_handle, uint16_t def_handle, uint16_… in mp_bluetooth_gattc_on_characteristic_result()
1513 void mp_bluetooth_gattc_on_descriptor_result(uint16_t conn_handle, uint16_t handle, mp_obj_bluetoot… in mp_bluetooth_gattc_on_descriptor_result()
1524 void mp_bluetooth_gattc_on_discover_complete(uint8_t event, uint16_t conn_handle, uint16_t status) { in mp_bluetooth_gattc_on_discover_complete()
1534 void mp_bluetooth_gattc_on_data_available(uint8_t event, uint16_t conn_handle, uint16_t value_handl… in mp_bluetooth_gattc_on_data_available()
1565 void mp_bluetooth_gattc_on_read_write_status(uint8_t event, uint16_t conn_handle, uint16_t value_ha… in mp_bluetooth_gattc_on_read_write_status()