Home
last modified time | relevance | path

Searched full:attempt (Results 1 – 25 of 103) sorted by relevance

12345

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gap.h346 * Represents a connection attempt. Valid for the following event
352 * The status of the connection attempt;
354 * o BLE host error code: the connection attempt failed for
444 * Represents an attempt to update a connection's parameters. If the
445 * attempt was successful, the connection's descriptor reflects the
453 * The result of the connection update attempt;
455 * o BLE host error code: the connection update attempt failed
498 * Represents a failed attempt to terminate an established connection.
513 * Represents an attempt to change the encrypted state of a
514 * connection. If the attempt was successful, the connection
[all …]
H A Dble_l2cap.h113 * Represents a connection attempt. Valid for the following event
118 * The status of the connection attempt;
120 * o BLE host error code: the connection attempt failed for
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Digmp.c457 …LWIP_ERROR("igmp_joingroup: attempt to join non-multicast address", ip4_addr_ismulticast(groupaddr… in igmp_joingroup()
458 …LWIP_ERROR("igmp_joingroup: attempt to join allsystems address", (!ip4_addr_cmp(groupaddr, &allsys… in igmp_joingroup()
492 …LWIP_ERROR("igmp_joingroup_netif: attempt to join non-multicast address", ip4_addr_ismulticast(gro… in igmp_joingroup_netif()
493 …LWIP_ERROR("igmp_joingroup_netif: attempt to join allsystems address", (!ip4_addr_cmp(groupaddr, &… in igmp_joingroup_netif()
496 …LWIP_ERROR("igmp_joingroup_netif: attempt to join on non-IGMP netif", netif->flags & NETIF_FLAG_IG… in igmp_joingroup_netif()
554 …LWIP_ERROR("igmp_leavegroup: attempt to leave non-multicast address", ip4_addr_ismulticast(groupad… in igmp_leavegroup()
555 …LWIP_ERROR("igmp_leavegroup: attempt to leave allsystems address", (!ip4_addr_cmp(groupaddr, &alls… in igmp_leavegroup()
588 …LWIP_ERROR("igmp_leavegroup_netif: attempt to leave non-multicast address", ip4_addr_ismulticast(g… in igmp_leavegroup_netif()
589 …LWIP_ERROR("igmp_leavegroup_netif: attempt to leave allsystems address", (!ip4_addr_cmp(groupaddr,… in igmp_leavegroup_netif()
592 …LWIP_ERROR("igmp_leavegroup_netif: attempt to leave on non-IGMP netif", netif->flags & NETIF_FLAG_… in igmp_leavegroup_netif()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Digmp.c455 …LWIP_ERROR("igmp_joingroup: attempt to join non-multicast address", ip4_addr_ismulticast(groupaddr… in igmp_joingroup()
456 …LWIP_ERROR("igmp_joingroup: attempt to join allsystems address", (!ip4_addr_cmp(groupaddr, &allsys… in igmp_joingroup()
491 …LWIP_ERROR("igmp_joingroup_netif: attempt to join non-multicast address", ip4_addr_ismulticast(gro… in igmp_joingroup_netif()
492 …LWIP_ERROR("igmp_joingroup_netif: attempt to join allsystems address", (!ip4_addr_cmp(groupaddr, &… in igmp_joingroup_netif()
495 …LWIP_ERROR("igmp_joingroup_netif: attempt to join on non-IGMP netif", netif->flags & NETIF_FLAG_IG… in igmp_joingroup_netif()
551 …LWIP_ERROR("igmp_leavegroup: attempt to leave non-multicast address", ip4_addr_ismulticast(groupad… in igmp_leavegroup()
552 …LWIP_ERROR("igmp_leavegroup: attempt to leave allsystems address", (!ip4_addr_cmp(groupaddr, &alls… in igmp_leavegroup()
586 …LWIP_ERROR("igmp_leavegroup_netif: attempt to leave non-multicast address", ip4_addr_ismulticast(g… in igmp_leavegroup_netif()
587 …LWIP_ERROR("igmp_leavegroup_netif: attempt to leave allsystems address", (!ip4_addr_cmp(groupaddr,… in igmp_leavegroup_netif()
590 …LWIP_ERROR("igmp_leavegroup_netif: attempt to leave on non-IGMP netif", netif->flags & NETIF_FLAG_… in igmp_leavegroup_netif()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatts_notify_test.c1037 /* Attempt to enable notifications on chr1 should succeed. */ in TEST_CASE()
1041 /* Attempt to enable indications on chr1 should fail. */ in TEST_CASE()
1045 /* Attempt to enable notifications on chr2 should fail. */ in TEST_CASE()
1049 /* Attempt to enable indications on chr2 should succeed. */ in TEST_CASE()
1053 /* Attempt to enable notifications on chr3 should succeed. */ in TEST_CASE()
1057 /* Attempt to enable indications on chr3 should succeed. */ in TEST_CASE()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/makefsdata/
H A Dreadme.txt12 if targetdir not specified, makefsdata will attempt to
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/
H A Dreadme.txt12 if targetdir not specified, makefsdata will attempt to
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A Dstubs.c129 * 0x80000008 (8 bytes not read due to EOF) on the next attempt
132 * attempt
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/util/include/host/util/
H A Dutil.h31 * @param prefer_random Whether to attempt to restore a random address
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/
H A Dblecent.c81 * Application callback. Called when the attempt to subscribe to notifications
365 /* A new connection was established or a connection attempt failed. */ in blecent_gap_event()
390 /* Connection attempt failed; resume scanning. */ in blecent_gap_event()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2_fs_i.h15 into the GC code so it didn't attempt to obtain the i_sem
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml127 the controller will automatically attempt to do the
284 attempt to retrieve the public device address from its
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/asm/
H A Dsemaphore.h103 Attempt to lock the mutex pointed to by the mutex argument without waiting.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gatt/src/
H A Dble_svc_gatt.c63 * Therefore, this callback should only get called during an attempt to in ble_svc_gatt_access()
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_addr.rst15 will attempt to read a public address out of the board's FICR or UICR
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Digmp.c522 …LWIP_ERROR("igmp_joingroup: attempt to join non-multicast address", ip_addr_ismulticast(groupaddr)… in igmp_joingroup()
523 …LWIP_ERROR("igmp_joingroup: attempt to join allsystems address", (!ip_addr_cmp(groupaddr, &allsyst… in igmp_joingroup()
592 …LWIP_ERROR("igmp_leavegroup: attempt to leave non-multicast address", ip_addr_ismulticast(groupadd… in igmp_leavegroup()
593 …LWIP_ERROR("igmp_leavegroup: attempt to leave allsystems address", (!ip_addr_cmp(groupaddr, &allsy… in igmp_leavegroup()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dtcp.h113 * is connected to the remote side after initiating a connection attempt by
122 * @note When a connection attempt fails, the error callback is currently called!
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dtcp.h121 * is connected to the remote side after initiating a connection attempt by
130 * @note When a connection attempt fails, the error callback is currently called!
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/src/
H A Dblehr.c156 /* A new connection was established or a connection attempt failed */ in blehr_gap_event()
/nrf52832-nimble/packages/NimBLE-latest/apps/bleuart/src/
H A Dbleuart.c139 /* A new connection was established or a connection attempt failed. */ in bleuart_gap_event()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dtcp.h123 * is connected to the remote side after initiating a connection attempt by
132 * @note When a connection attempt fails, the error callback is currently called!
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dmqtt.h118 * client has connected to the server after initiating a mqtt connection attempt by
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dmqtt.h94 * client has connected to the server after initiating a mqtt connection attempt by
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/
H A Dblecsc_sens.c206 /* A new connection was established or a connection attempt failed */ in blecsc_gap_event()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/
H A Duffs_fileem_share.c200 printf("Attempt to erase non-existant block %d\n",blockNumber); in femu_EraseBlock()

12345