Lines Matching refs:technology
400 uint8_t technology) in technology_changed() argument
405 if (listener->technology != NULL) { in technology_changed()
406 listener->technology(conn, err, inst_index, technology); in technology_changed()
415 uint8_t technology; in technology_notify_handler() local
419 if (length == sizeof(technology)) { in technology_notify_handler()
420 (void)memcpy(&technology, data, length); in technology_notify_handler()
421 LOG_DBG("%s (0x%02x)", bt_tbs_technology_str(technology), technology); in technology_notify_handler()
423 technology_changed(conn, 0, tbs_index(conn, tbs_inst), technology); in technology_notify_handler()
1011 uint8_t technology = 0; in read_technology_cb() local
1019 if (length == sizeof(technology)) { in read_technology_cb()
1020 (void)memcpy(&technology, data, length); in read_technology_cb()
1021 LOG_DBG("%s (0x%02x)", bt_tbs_technology_str(technology), technology); in read_technology_cb()
1030 technology_changed(conn, cb_err, inst_index, technology); in read_technology_cb()