/btstack/src/ble/ |
H A D | att_dispatch.c | 139 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 D | sm.c | 432 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 D | att_server.c | 870 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 D | sm_test.py | 427 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 D | ccp.c | 826 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 D | ccp.h | 152 u8_t method; /* code for chosen compression method */ member
|
/btstack/3rd-party/lc3-google/python/tools/ |
H A D | specgram.py | 62 s = signal.chirp(t, f0=10, f1=fs/2, t1=t[-1], phi=-90, method='linear')
|
/btstack/doc/manual/docs-template/ |
H A D | protocols.md | 819 *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 D | ltpf.py | 519 s = signal.chirp(t, f0=10, f1=2500, t1=t[-1], method='logarithmic')
|
/btstack/port/mtk/LEScan/libs/ |
HD | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/btstack/port/mtk/SPPClient/libs/ |
HD | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |