/btstack/port/raspi/ |
H A D | raspi_get_model.c | 23 uint32_t model = MODEL_UNKNOWN; in raspi_get_model() local 39 model = MODEL_ZERO_W; in raspi_get_model() 44 model = MODEL_3B; in raspi_get_model() 47 model = MODEL_3BPLUS; in raspi_get_model() 50 model = MODEL_3APLUS; in raspi_get_model() 56 return model; in raspi_get_model()
|
H A D | main.c | 351 int model = raspi_get_model(); in main() local 352 if (model == MODEL_ZERO_W){ in main() 364 if (model == MODEL_3APLUS || model == MODEL_3BPLUS){ in main()
|
/btstack/src/mesh/ |
H A D | mesh.c | 467 void mesh_model_store_subscriptions(mesh_model_t * model){ in mesh_model_store_subscriptions() argument 468 uint32_t tag = mesh_model_subscription_tag_for_index(model->mid); in mesh_model_store_subscriptions() 469 …store_tag(btstack_tlv_singleton_context, tag, (uint8_t *) &model->subscriptions, sizeof(model->sub… in mesh_model_store_subscriptions() 473 static void mesh_model_delete_subscriptions(mesh_model_t * model){ in mesh_model_delete_subscriptions() argument 474 uint32_t tag = mesh_model_subscription_tag_for_index(model->mid); in mesh_model_delete_subscriptions() 488 mesh_model_t * model = mesh_model_iterator_next(&model_it); in mesh_load_subscriptions() local 489 mesh_model_load_subscriptions(model); in mesh_load_subscriptions() 504 mesh_model_t * model = mesh_model_iterator_next(&model_it); in mesh_delete_subscriptions() local 505 mesh_model_delete_subscriptions(model); in mesh_delete_subscriptions() 575 mesh_model_t * model = mesh_model_iterator_next(&model_it); in mesh_load_publications() local [all …]
|
H A D | mesh_access.c | 64 static const mesh_operation_t * mesh_model_lookup_operation_by_opcode(mesh_model_t * model, uint32_… 165 mesh_model_t * model = mesh_model_iterator_next(&model_it); in mesh_access_acknowledged_run() local 168 … const mesh_operation_t * operation = mesh_model_lookup_operation_by_opcode(model, ack_opcode); in mesh_access_acknowledged_run() 170 if (model->model_packet_handler == NULL) continue; in mesh_access_acknowledged_run() 176 little_endian_store_32(event, 3, model->model_identifier); in mesh_access_acknowledged_run() 179 (*model->model_packet_handler)(HCI_EVENT_PACKET, 0, event, sizeof(event)); in mesh_access_acknowledged_run() 726 static const mesh_operation_t * mesh_model_lookup_operation_by_opcode(mesh_model_t * model, uint32_… in mesh_model_lookup_operation_by_opcode() argument 728 const mesh_operation_t * operation = model->operations; in mesh_model_lookup_operation_by_opcode() 737 static const mesh_operation_t * mesh_model_lookup_operation(mesh_model_t * model, mesh_pdu_t * pdu){ in mesh_model_lookup_operation() argument 747 const mesh_operation_t * operation = model->operations; in mesh_model_lookup_operation() [all …]
|
H A D | mesh_node.c | 224 mesh_model_t * model = mesh_model_iterator_next(&it); in mesh_model_get_by_identifier() local 225 if (model->model_identifier != model_identifier) continue; in mesh_model_get_by_identifier() 226 return model; in mesh_model_get_by_identifier() 237 mesh_model_t * model = mesh_model_get_by_identifier(element, model_identifier); in mesh_access_model_for_address_and_model_identifier() local 238 if (model == NULL) { in mesh_access_model_for_address_and_model_identifier() 243 return model; in mesh_access_model_for_address_and_model_identifier()
|
H A D | mesh.h | 74 void mesh_model_store_subscriptions(mesh_model_t * model);
|
H A D | mesh_configuration_server.c | 290 mesh_model_t * model = mesh_model_iterator_next(&model_it); in config_composition_data_status() local 291 if (!mesh_model_is_bluetooth_sig(model->model_identifier)) continue; in config_composition_data_status() 292 mesh_access_message_add_model_identifier(&builder, model->model_identifier); in config_composition_data_status() 297 mesh_model_t * model = mesh_model_iterator_next(&model_it); in config_composition_data_status() local 298 if (mesh_model_is_bluetooth_sig(model->model_identifier)) continue; in config_composition_data_status() 299 mesh_access_message_add_model_identifier(&builder, model->model_identifier); in config_composition_data_status()
|
/btstack/3rd-party/lc3-google/src/ |
H A D | bits.h | 163 const struct lc3_ac_model *model, unsigned s); 192 const struct lc3_ac_model *model); 259 struct lc3_bits *bits, const struct lc3_ac_model *model, unsigned s) in lc3_put_symbol() argument 261 const struct lc3_ac_symbol *symbols = model->s; in lc3_put_symbol() 279 lc3_bits_t *bits, const struct lc3_ac_model *model) in lc3_get_symbol() argument 281 const struct lc3_ac_symbol *symbols = model->s; in lc3_get_symbol()
|
/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/ |
H A D | readme.md | 18 …ok at: https://github.com/nvie/gitflow or http://nvie.com/posts/a-successful-git-branching-model/.
|
/btstack/doc/manual/docs-template/ |
H A D | integration.md | 57 The basic execution model of BTstack is a general while loop. Aside from
|
H A D | profiles.md | 520 This model allows for an attacker to spoof another device, but don't require authentication for the… 617 In addition, its read is handled by application. We can model this Characteristic as follows:
|
/btstack/chipset/ |
H A D | README.md | 139 To find the correct file, Broadcom chipsets return their model number when asked for their local na… 368 …Classic-only (CC2560), a Dual-mode (CC2564), and a Classic + ANT (CC2567) model. A variant of the … 419 …h embedded stack or with a regular HCI interface. The HCI variant has the model number TC35661–007…
|
/btstack/port/mtk/LEScan/ |
H A D | hs_err_pid91628.log | 256 CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mm…
|
H A D | hs_err_pid91618.log | 256 CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mm…
|