Searched refs:num_matches (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | gatt.c | 208 const void *attr_data, uint16_t *num_matches, in gatt_foreach_iter() argument 233 *num_matches -= 1; in gatt_foreach_iter() 237 if (!*num_matches) { in gatt_foreach_iter() 247 uint16_t num_matches, bt_gatt_attr_func_t func, void *user_data) in foreach_attr_type_dyndb() argument 267 attr_data, &num_matches, func, in foreach_attr_type_dyndb() 278 const void *attr_data, uint16_t num_matches, in bt_gatt_foreach_attr_type() argument 285 if (!num_matches) { in bt_gatt_foreach_attr_type() 286 num_matches = UINT16_MAX; in bt_gatt_foreach_attr_type() 303 attr_data, &num_matches, in bt_gatt_foreach_attr_type() 316 num_matches, func, user_data); in bt_gatt_foreach_attr_type()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 718 uint16_t num_matches = 0; in cmd_show_db() local 724 num_matches = strtoul(argv[2], NULL, 10); in cmd_show_db() 728 num_matches, print_attr, in cmd_show_db()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 1988 const void *attr_data, uint16_t *num_matches, in gatt_foreach_iter() argument 2013 *num_matches -= 1; in gatt_foreach_iter() 2017 if (!*num_matches) { in gatt_foreach_iter() 2026 const void *attr_data, uint16_t num_matches, in foreach_attr_type_dyndb() argument 2051 &num_matches, in foreach_attr_type_dyndb() 2063 const void *attr_data, uint16_t num_matches, in bt_gatt_foreach_attr_type() argument 2068 if (!num_matches) { in bt_gatt_foreach_attr_type() 2069 num_matches = UINT16_MAX; in bt_gatt_foreach_attr_type() 2086 attr_data, &num_matches, in bt_gatt_foreach_attr_type() 2097 num_matches, func, user_data); in bt_gatt_foreach_attr_type()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 657 const void *attr_data, uint16_t num_matches,
|