Home
last modified time | relevance | path

Searched refs:method (Results 1 – 11 of 11) sorted by relevance

/btstack/src/ble/
H A Datt_dispatch.c139 uint8_t method; in att_dispatch_handle_att_pdu() local
145 method = opcode & 0x03fu; in att_dispatch_handle_att_pdu()
146 invalid = method > ATT_MULTIPLE_HANDLE_VALUE_NTF; in att_dispatch_handle_att_pdu()
148 for_server = ((method & 1u) == 0u) || invalid; in att_dispatch_handle_att_pdu()
H A Dsm.c432 static bool sm_passkey_entry(stk_generation_method_t method);
1635 static bool sm_passkey_used(stk_generation_method_t method);
1636 static bool sm_just_works_or_numeric_comparison(stk_generation_method_t method);
4278 static bool sm_just_works_or_numeric_comparison(stk_generation_method_t method){ in sm_just_works_or_numeric_comparison() argument
4279 switch (method){ in sm_just_works_or_numeric_comparison()
4289 static bool sm_passkey_used(stk_generation_method_t method){ in sm_passkey_used() argument
4290 switch (method){ in sm_passkey_used()
4298 static bool sm_passkey_entry(stk_generation_method_t method){ in sm_passkey_entry() argument
4299 switch (method){ in sm_passkey_entry()
H A Datt_server.c870 uint8_t method = opcode & 0x03fu; in att_server_handle_att_pdu() local
871 bool invalid = method > ATT_MULTIPLE_HANDLE_VALUE_NTF; in att_server_handle_att_pdu()
/btstack/test/security_manager_sc/
H A Dsm_test.py427 method = test_descriptor['method']
428 if 'SCJW' in test_name and (method != 'Just Works' and method != 'Numeric Comparison'):
430 if 'SCPK' in test_name and method != 'Passkey Entry':
432 if 'SCOB' in test_name and method != 'OOB':
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dccp.c826 go->method = (p > p0)? p0[0]: 0; in ccp_addci()
1126 ho->method = (len > 0)? p[0]: 0; in ccp_reqci()
1396 switch (opt->method) { in method_name()
1426 (opt->method == CI_DEFLATE_DRAFT? "(old#)": ""), in method_name()
1430 (opt->method == CI_DEFLATE_DRAFT? "(old#)": ""), in method_name()
1451 ppp_slprintf(result, sizeof(result), "Method %d", opt->method); in method_name()
1465 ccp_set(pcb, 1, 1, go->method, ho->method); in ccp_up()
1468 if (go->method == ho->method) { in ccp_up()
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dccp.h152 u8_t method; /* code for chosen compression method */ member
/btstack/3rd-party/lc3-google/python/tools/
H A Dspecgram.py62 s = signal.chirp(t, f0=10, f1=fs/2, t1=t[-1], phi=-90, method='linear')
/btstack/doc/manual/docs-template/
H A Dprotocols.md819 *LE Secure Connections* method, while referring to the original method as *LE Legacy Pairing*.
821 BTstack supports both pairing methods. To enable the more secure LE Secure Connections method,
967 to acquire a pre-shared secret 16 byte key by some fancy method.
/btstack/3rd-party/lc3-google/test/
H A Dltpf.py519 s = signal.chirp(t, f0=10, f1=2500, t1=t[-1], method='logarithmic')
/btstack/port/mtk/LEScan/libs/
HDandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/btstack/port/mtk/SPPClient/libs/
HDandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...